Gstreamer, liborc and OS X

Dan Kegel dank at kegel.com
Tue Jan 7 10:36:24 PST 2014


orc is pretty easy to build on macosx.  Here's my build script:

    CONFIGURE_ARGS="--disable-gtk-doc" \
        default_build
http://code.entropywave.com/download/orc/orc-0.4.18.tar.gz
34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24

The only things I build before it are autoconf, automake, and yasm.
default_build just sets cflags etc. then runs configure
--disable-dependency-tracking $CONFIGURE_ARGS,
and make.


On Tue, Jan 7, 2014 at 10:27 AM, David Röthlisberger <david at rothlis.net> wrote:
> On 7 Jan 2014, at 13:25, Peter Maersk-Moller wrote:
>> Since GStreamer now depends on liborc for efficient videoscaling and videoconversion as opposed to ffmpeg/libav for earlier versions, what are the chances of running GStreamer on OS X?
>
> The macports GStreamer packages have orc enabled. So if you have trouble
> building it you could refer to macports' build scripts for the orc
> package.
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list