After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 593625 - Broken Compilation, missing files with latest commits in git repository
Broken Compilation, missing files with latest commits in git repository
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal major
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-31 08:37 UTC by Laurent Glayal
Modified: 2009-08-31 08:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laurent Glayal 2009-08-31 08:37:58 UTC
make[3]: Entering directory `/usr/audio/dev/User/lglayal/GStreamer/GStreamer/Revision_GIT/gst-plugins-bad/gst/mpegpsmux'
/bin/sh ../../libtool --tag=CC --tag=disable-static  --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -I../../gst-libs -I../../gst-libs -pthread -I/usr/local/glib2-2.19.0-speed/include/glib-2.0 -I/usr/local/glib2-2.19.0-speed/lib/glib-2.0/include -I/usr/audio/dev/User/lglayal/GStreamer/GStreamer/Revision_GIT/Binaires//include/gstreamer-0.10 -I/usr/include/libxml2   -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Werror -fno-strict-aliasing  -g   -DGST_DISABLE_DEPRECATED   -MT libgstmpegpsmux_la-mpegpsmux.lo -MD -MP -MF .deps/libgstmpegpsmux_la-mpegpsmux.Tpo -c -o libgstmpegpsmux_la-mpegpsmux.lo `test -f 'mpegpsmux.c' || echo './'`mpegpsmux.c
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -pthread -I/usr/local/glib2-2.19.0-speed/include/glib-2.0 -I/usr/local/glib2-2.19.0-speed/lib/glib-2.0/include -I/usr/audio/dev/User/lglayal/GStreamer/GStreamer/Revision_GIT/Binaires//include/gstreamer-0.10 -I/usr/include/libxml2 -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Werror -fno-strict-aliasing -g -DGST_DISABLE_DEPRECATED -MT libgstmpegpsmux_la-mpegpsmux.lo -MD -MP -MF .deps/libgstmpegpsmux_la-mpegpsmux.Tpo -c mpegpsmux.c  -fPIC -DPIC -o .libs/libgstmpegpsmux_la-mpegpsmux.o
mpegpsmux.c:49:27: error: mpegpsmux_aac.h: No such file or directory
mpegpsmux.c:50:28: error: mpegpsmux_h264.h: No such file or directory
mpegpsmux.c: In function 'mpegpsmux_create_stream':
mpegpsmux.c:253: error: 'mpegpsmux_prepare_h264' undeclared (first use in this function)
mpegpsmux.c:253: error: (Each undeclared identifier is reported only once
mpegpsmux.c:253: error: for each function it appears in.)
mpegpsmux.c:288: error: 'mpegpsmux_prepare_aac' undeclared (first use in this function)
make[3]: *** [libgstmpegpsmux_la-mpegpsmux.lo] Error 1
make[3]: Leaving directory `/usr/audio/dev/User/lglayal/GStreamer/GStreamer/Revision_GIT/gst-plugins-bad/gst/mpegpsmux'
Comment 1 Sebastian Dröge (slomo) 2009-08-31 08:49:30 UTC
commit f3e2864f4cd699d915c44f911ad4b559c45b54c5
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Aug 31 10:48:35 2009 +0200

    mpegpsmux: Add missing files to fix compilation
    
    Fixes bug #593625.