diff TOOLS/netstream/netstream.c @ 11964:d051cf39331e

- Cleaned up the Makefile, added some *.o's - Added some declarations of variable's in netstream.c Patch by Anton Verburg <anton@frog.nl>
author gabucino
date Tue, 17 Feb 2004 11:22:32 +0000
parents 2cae82f2ab02
children e7c8200ffdc5
line wrap: on
line diff
--- a/TOOLS/netstream/netstream.c	Tue Feb 17 00:57:08 2004 +0000
+++ b/TOOLS/netstream/netstream.c	Tue Feb 17 11:22:32 2004 +0000
@@ -47,6 +47,12 @@
 /// Netstream packets def and some helpers
 #include <libmpdemux/netstream.h>
 
+
+//Set some standard variables
+char* dvdsub_lang=NULL;
+char* audio_lang=NULL;
+int sub_justify=0;
+
 static unsigned short int port = 10000;
 
 typedef struct client_st client_t;