[Gstreamer-bugs] [Bug 136493] New - compile error in gst-ffmpeg

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Mar 7 13:19:20 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=136493

Changed by v.merkatz at gmx.net.

--- shadow/136493	Sun Mar  7 16:19:20 2004
+++ shadow/136493.tmp.16532	Sun Mar  7 16:19:20 2004
@@ -0,0 +1,59 @@
+Bug#: 136493
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-ffmpeg
+AssignedTo: rbultje at ronald.bitfreak.net                            
+ReportedBy: v.merkatz at gmx.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: compile error in gst-ffmpeg
+
+make[3]: Entering directory
+`/home/arwed/Work/cvs/gst-ffmpeg/gst-libs/ext/ffmpeg/ffmpeg'
+/bin/sh ./libtool --mode=link gcc  -g -O2   -o output_example 
+output_example.o  -Wall   libavcodec/libavcodec.la libavformat/libavformat.la
+gcc -g -O2 -o output_example output_example.o -Wall 
+libavcodec/.libs/libavcodec.a libavformat/.libs/libavformat.a -lz
+/usr/lib/./libstdc++.so
+-L/usr/src/gcc-3.3.3.bld/i686-pc-linux-gnu/libstdc++-v3/src
+-L/usr/src/gcc-3.3.3.bld/i686-pc-linux-gnu/libstdc++-v3/src/.libs
+-L/usr/src/gcc-3.3.3.bld/gcc -L/usr/i686-pc-linux-gnu/bin
+-L/usr/i686-pc-linux-gnu/lib
+-L/usr/lib/gcc-lib/i686-pc-linux-gnu/../../../i686-pc-linux-gnu/lib
+-L/usr/lib/gcc-lib/i686-pc-linux-gnu/../.. -lm -lc -lgcc_s -Wl,--rpath
+-Wl,/usr/lib/. -Wl,--rpath -Wl,/usr/lib/.
+libavformat/.libs/libavformat.a(utils.o)(.text+0xff9): In function
+`av_read_frame_internal':
+/home/arwed/Work/cvs/gst-ffmpeg/gst-libs/ext/ffmpeg/ffmpeg/libavformat/utils.c:684:
+undefined reference to `av_parser_parse'
+libavformat/.libs/libavformat.a(utils.o)(.text+0x1266):/home/arwed/Work/cvs/gst-ffmpeg/gst-libs/ext/ffmpeg/ffmpeg/libavformat/utils.c:762:
+undefined reference to `av_parser_init'
+libavformat/.libs/libavformat.a(utils.o)(.text+0x1321):/home/arwed/Work/cvs/gst-ffmpeg/gst-libs/ext/ffmpeg/ffmpeg/libavformat/utils.c:719:
+undefined reference to `av_parser_parse'
+libavformat/.libs/libavformat.a(utils.o)(.text+0x1504): In function
+`av_read_frame_flush':
+/home/arwed/Work/cvs/gst-ffmpeg/gst-libs/ext/ffmpeg/ffmpeg/libavformat/utils.c:862:
+undefined reference to `av_parser_close'
+libavformat/.libs/libavformat.a(utils.o)(.text+0x2a2a): In function
+`av_close_input_file':
+/home/arwed/Work/cvs/gst-ffmpeg/gst-libs/ext/ffmpeg/ffmpeg/libavformat/utils.c:1552:
+undefined reference to `av_parser_close'
+libavformat/.libs/libavformat.a(allformats.o)(.text+0x18): In function
+`av_register_all':
+/home/arwed/Work/cvs/gst-ffmpeg/gst-libs/ext/ffmpeg/ffmpeg/libavformat/allformats.c:30:
+undefined reference to `avcodec_register_all'
+collect2: ld returned 1 exit status
+make[3]: *** [output_example] Error 1
+make[3]: Leaving directory
+`/home/arwed/Work/cvs/gst-ffmpeg/gst-libs/ext/ffmpeg/ffmpeg'
+
+
+Disabling output_example in the Makefile fixes it, everything else compiles
+and works fine.




More information about the Gstreamer-bugs mailing list