2009-05-12 00:51:54 +02:00
|
|
|
source "$stdenv/setup"
|
2006-09-24 14:23:13 +02:00
|
|
|
|
2009-09-25 17:24:31 +02:00
|
|
|
configureFlags=" \
|
|
|
|
--with-sdl-incl=$SDL/include/SDL \
|
|
|
|
--with-npapi-plugindir=$out/plugins \
|
|
|
|
--enable-media=gst \
|
|
|
|
--enable-gui=gtk"
|
|
|
|
|
|
|
|
# In `libmedia', Gnash compiles with "-I$gstPluginsBase/include",
|
|
|
|
# whereas it really needs "-I$gstPluginsBase/include/gstreamer-0.10".
|
|
|
|
# Work around this using GCC's $CPATH variable.
|
|
|
|
export CPATH="$gstPluginsBase/include/gstreamer-0.10"
|
2006-09-24 14:23:13 +02:00
|
|
|
|
|
|
|
genericBuild
|