GNOME Bugzilla – Bug 133562
Build breaks on dvdec
Last modified: 2004-12-22 21:47:04 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.7 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -Werror -DG_DISABLE_DEPRECATED -O2 -g -pipe -march=i386 -mcpu=i686 -c gstdvdec.c -MT libgstdvdec_la-gstdvdec.lo -MD -MP -MF .deps/libgstdvdec_la-gstdvdec.TPlo -fPIC -DPIC -o .libs/libgstdvdec_la-gstdvdec.o gstdvdec.c: In function `gst_dvdec_video_getcaps': gstdvdec.c:692: error: syntax error before ',' token gstdvdec.c: In function `gst_dvdec_video_link': gstdvdec.c:704: error: `dvdec' undeclared (first use in this function) gstdvdec.c:704: error: (Each undeclared identifier is reported only once gstdvdec.c:704: error: for each function it appears in.) gstdvdec.c:709: error: `i' undeclared (first use in this function) gstdvdec.c:716: error: `negotiated_caps' undeclared (first use in this function)gstdvdec.c:723: warning: passing arg 1 of `gst_caps_free' discards qualifiers from pointer target type gstdvdec.c:751: error: `element' undeclared (first use in this function) gstdvdec.c:752: warning: `return' with no value, in function returning non-void gstdvdec.c: At top level: gstdvdec.c:755: error: syntax error before '}' token gstdvdec.c: In function `gst_dvdec_loop': gstdvdec.c:791: warning: unused variable `cur_caps' make[2]: *** [libgstdvdec_la-gstdvdec.lo] Error 1 make[2]: Leaving directory `/home/cschalle/rpms/BUILD/gst-plugins-0.7.3.2/ext/dv' make[1]: *** [install-recursive] Error 1
Relevant code reverted.