[gst-devel] Building gstreamer+sdl program
Stefan Kost
ensonic at hora-obscura.de
Mon Sep 22 20:08:43 CEST 2008
Chen Hailiang schrieb:
> Hi all:
> I'm using gstreamer and sdl to make a very sample vedio player.I put all
> the codes in one file; video_test.c.
> My question is: how can i compile it? I tried some commands like"gcc -Wall
> `sdl-config --libs gstreamer-0.10` video_test.c -o video_player",it didn't
> work.Can someone can help?
>
gcc -Wall `pkg-config --cflags --libs gstreamer-0.10` video_test.c -o video_player
and also show us the errors, how else should we know what went wrong?
Stefan
> Chen
> --
> Best regards
>
>
>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list