[gst-devel] Re: gstreamer-devel digest, Vol 1 #1913 - 1 msg
Fabian Hergenreder
fabian_h at uol.com.ar
Sat Jul 9 23:42:44 CEST 2005
> Try
>
> gcc -Wall $(pkg-config --cflags --libs gstreamer-0.8 glib-2.0) mp3play.c
> -o mp3rep
>
> Ikke
>
I did try and I got this:
$gcc -Wall $(pkg-config --cflags --libs gstreamer-0.8 glib-2.0) mp3play.c
-o mplay
/tmp/ccTlEGIx.o(.text+0x8a): In function `main':
: undefined reference to `g_assert_warning'
/tmp/ccTlEGIx.o(.text+0xd5): In function `main':
: undefined reference to `g_assert_warning'
/tmp/ccTlEGIx.o(.text+0x18e): In function `main':
: undefined reference to `g_assert_warning'
/usr/local/lib/libgstreamer-0.8.so: undefined reference to
`g_return_if_fail_warning'
collect2: ld returned 1 exit status
Its amaizing this command work good
gst-launch filesrc location=peon.mp3 ! mad ! osssink
but I can't to compile my own :(((((((
Fabian
More information about the gstreamer-devel
mailing list