[MPlayer-dev-eng] libmpdemux/dvdnav_stream.c compile error

Steven M. Schultz sms at 2BSD.COM
Sun May 19 09:47:35 CEST 2002


Hi!

	Small problem compiling MPlayer today:

gcc -c -O4 -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../loader -I../libvo  -I/usr/local/include/dvdnav  -o dvdnav_stream.o dvdnav_stream.c
In file included from dvdnav_stream.c:14:
../spudec.h:16: syntax error before `vo_functions_t'
gmake: *** [dvdnav_stream.o] Error 1

	Fix is trivial:

--- libmpdemux/dvdnav_stream.c.dist	Sun May 19 00:45:38 2002
+++ libmpdemux/dvdnav_stream.c	Sun May 19 00:43:00 2002
@@ -11,6 +11,7 @@
 #include "../input/input.h"
 #include "stream.h"
 #include "dvdnav_stream.h"
+#include "../libvo/video_out.h"
 #include "../spudec.h"
 
 int dvd_nav_skip_opening=0;     /* skip opening stalls? */

	Cheers,
	Steven Schultz
	sms at 2bsd.com



More information about the MPlayer-dev-eng mailing list