summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-07-16 13:54:30 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-07-16 13:54:30 +0000
commite9e20ed87b98b947904b4a1778334d07e9bf21ef (patch)
treeb70f4cb3d0f2d181475eb0bf0cd13485d183d8df /rules
parent530534501a61136816851d7570df8e532e355446 (diff)
downloadptxdist-e9e20ed87b98b947904b4a1778334d07e9bf21ef.tar.gz
ptxdist-e9e20ed87b98b947904b4a1778334d07e9bf21ef.tar.xz
[gst-plugins-base] "__" -> "_" in config names and add decodebin/decodebin2 options
Based on a patch from Markus Rathgeb <rathgeb.markus@googlemail.com> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10969 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/gst-plugins-base.in84
-rw-r--r--rules/gst-plugins-base.make123
2 files changed, 112 insertions, 95 deletions
diff --git a/rules/gst-plugins-base.in b/rules/gst-plugins-base.in
index 9e6054e3d..0560c2c16 100644
--- a/rules/gst-plugins-base.in
+++ b/rules/gst-plugins-base.in
@@ -6,15 +6,15 @@ menuconfig GST_PLUGINS_BASE
select LIBOIL
select GSTREAMER
- select ALSA_LIB if GST_PLUGINS_BASE__ALSA
- select LIBVORBIS if GST_PLUGINS_BASE__VORBIS
- select LIBTHEORA if GST_PLUGINS_BASE__THEORA
- select PANGO if GST_PLUGINS_BASE__PANGO
+ select ALSA_LIB if GST_PLUGINS_BASE_ALSA
+ select LIBVORBIS if GST_PLUGINS_BASE_VORBIS
+ select LIBTHEORA if GST_PLUGINS_BASE_THEORA
+ select PANGO if GST_PLUGINS_BASE_PANGO
# x features need libx11 + Xv
- select XORG if GST_PLUGINS_BASE__X
- select XORG_LIB_X11 if GST_PLUGINS_BASE__X
- select XORG_LIB_XV if GST_PLUGINS_BASE__X
+ select XORG if GST_PLUGINS_BASE_X
+ select XORG_LIB_X11 if GST_PLUGINS_BASE_X
+ select XORG_LIB_XV if GST_PLUGINS_BASE_X
prompt "gst-plugins-base "
help
GStreamer is a streaming media framework, based on graphs of
@@ -33,133 +33,141 @@ if GST_PLUGINS_BASE
comment "dependency less plugins"
# -------------------------------
- config GST_PLUGINS_BASE__ADDER
+ config GST_PLUGINS_BASE_ADDER
bool
prompt "adder"
- config GST_PLUGINS_BASE__AUDIOCONVERT
+ config GST_PLUGINS_BASE_AUDIOCONVERT
bool
prompt "audioconvert"
- config GST_PLUGINS_BASE__AUDIORATE
+ config GST_PLUGINS_BASE_AUDIORATE
bool
prompt "audiorate"
- config GST_PLUGINS_BASE__AUDIORESAMPLE
+ config GST_PLUGINS_BASE_AUDIORESAMPLE
bool
prompt "audioresample"
- config GST_PLUGINS_BASE__AUDIOTESTSRC
+ config GST_PLUGINS_BASE_AUDIOTESTSRC
bool
prompt "audiotestsrc"
- config GST_PLUGINS_BASE__FFMPEGCOLORSPACE
+ config GST_PLUGINS_BASE_DECODEBIN
+ bool
+ prompt "decodebin"
+
+ config GST_PLUGINS_BASE_DECODEBIN_2
+ bool
+ prompt "decodebin2"
+
+ config GST_PLUGINS_BASE_FFMPEGCOLORSPACE
bool
prompt "ffmpegcolorspace"
- config GST_PLUGINS_BASE__GDP
+ config GST_PLUGINS_BASE_GDP
bool
prompt "gdp"
- config GST_PLUGINS_BASE__PLAYBACK
+ config GST_PLUGINS_BASE_PLAYBIN
bool
- prompt "playback"
+ prompt "playbin"
- config GST_PLUGINS_BASE__SUBPARSE
+ config GST_PLUGINS_BASE_SUBPARSE
bool
prompt "subparse"
- config GST_PLUGINS_BASE__TCP
+ config GST_PLUGINS_BASE_TCP
bool
prompt "tcp"
- config GST_PLUGINS_BASE__TYPEFIND
+ config GST_PLUGINS_BASE_TYPEFIND
bool
prompt "typefind"
- config GST_PLUGINS_BASE__VIDEOTESTSRC
+ config GST_PLUGINS_BASE_VIDEOTESTSRC
bool
prompt "videotestsrc"
- config GST_PLUGINS_BASE__VIDEORATE
+ config GST_PLUGINS_BASE_VIDEORATE
bool
prompt "videorate"
- config GST_PLUGINS_BASE__VIDEOSCALE
+ config GST_PLUGINS_BASE_VIDEOSCALE
bool
prompt "videoscale"
- config GST_PLUGINS_BASE__VOLUME
+ config GST_PLUGINS_BASE_VOLUME
bool
prompt "volume"
comment "plugins with dependencies"
- config GST_PLUGINS_BASE__X
+ config GST_PLUGINS_BASE_X
bool
prompt "x based plugins"
- config GST_PLUGINS_BASE__XVIDEO
+ config GST_PLUGINS_BASE_XVIDEO
bool
- depends on GST_PLUGINS_BASE__X
+ depends on GST_PLUGINS_BASE_X
prompt "xv"
help
This plugin offers an xlib based window that can display a video stream.
- config GST_PLUGINS_BASE__XSHM
+ config GST_PLUGINS_BASE_XSHM
bool
- depends on GST_PLUGINS_BASE__X
+ depends on GST_PLUGINS_BASE_X
prompt "xshm"
- config GST_PLUGINS_BASE__GST_V4L
+ config GST_PLUGINS_BASE_GST_V4L
bool
prompt "gst_v4l"
- config GST_PLUGINS_BASE__ALSA
+ config GST_PLUGINS_BASE_ALSA
bool
prompt "alsa"
- config GST_PLUGINS_BASE__CDPARANOIA
+ config GST_PLUGINS_BASE_CDPARANOIA
bool
depends on BROKEN
prompt "cdparanoia"
comment "cdpraranoia is broken"
- config GST_PLUGINS_BASE__GNOME_VFS
+ config GST_PLUGINS_BASE_GNOME_VFS
bool
depends on BROKEN
prompt "gnome_vfs"
comment "gnome_vfs is broken"
- config GST_PLUGINS_BASE__GIO
+ config GST_PLUGINS_BASE_GIO
bool
depends on BROKEN
prompt "gio"
comment "gio is broken"
- config GST_PLUGINS_BASE__LIBVISUAL
+ config GST_PLUGINS_BASE_LIBVISUAL
bool
depends on BROKEN
prompt "libvisual"
comment "libvisual is broken"
- config GST_PLUGINS_BASE__OGG
+ config GST_PLUGINS_BASE_OGG
bool
prompt "ogg"
- config GST_PLUGINS_BASE__PANGO
+ config GST_PLUGINS_BASE_PANGO
bool
prompt "pango"
- config GST_PLUGINS_BASE__THEORA
+ config GST_PLUGINS_BASE_THEORA
bool
prompt "theora"
- config GST_PLUGINS_BASE__VORBIS
+ config GST_PLUGINS_BASE_VORBIS
bool
prompt "vorbis"
diff --git a/rules/gst-plugins-base.make b/rules/gst-plugins-base.make
index 72484c1d7..30ad3c279 100644
--- a/rules/gst-plugins-base.make
+++ b/rules/gst-plugins-base.make
@@ -63,149 +63,149 @@ GST_PLUGINS_BASE_AUTOCONF := \
# --with-plugins=foo,bar,baz
-ifdef PTXCONF_GST_PLUGINS_BASE__ADDER
+ifdef PTXCONF_GST_PLUGINS_BASE_ADDER
GST_PLUGINS_BASE_AUTOCONF += --enable-adder
else
GST_PLUGINS_BASE_AUTOCONF += --disable-adder
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__AUDIOCONVERT
+ifdef PTXCONF_GST_PLUGINS_BASE_AUDIOCONVERT
GST_PLUGINS_BASE_AUTOCONF += --enable-audioconvert
else
GST_PLUGINS_BASE_AUTOCONF += --disable-audioconvert
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__AUDIOCONVERT
+ifdef PTXCONF_GST_PLUGINS_BASE_AUDIOCONVERT
GST_PLUGINS_BASE_AUTOCONF += --enable-audioconvert
else
GST_PLUGINS_BASE_AUTOCONF += --disable-audioconvert
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__AUDIORATE
+ifdef PTXCONF_GST_PLUGINS_BASE_AUDIORATE
GST_PLUGINS_BASE_AUTOCONF += --enable-audiorate
else
GST_PLUGINS_BASE_AUTOCONF += --disable-audiorate
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__AUDIORESAMPLE
+ifdef PTXCONF_GST_PLUGINS_BASE_AUDIORESAMPLE
GST_PLUGINS_BASE_AUTOCONF += --enable-audioresample
else
GST_PLUGINS_BASE_AUTOCONF += --disable-audioresample
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__AUDIOTESTSRC
+ifdef PTXCONF_GST_PLUGINS_BASE_AUDIOTESTSRC
GST_PLUGINS_BASE_AUTOCONF += --enable-audiotestsrc
else
GST_PLUGINS_BASE_AUTOCONF += --disable-audiotestsrc
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__FFMPEGCOLORSPACE
+ifdef PTXCONF_GST_PLUGINS_BASE_FFMPEGCOLORSPACE
GST_PLUGINS_BASE_AUTOCONF += --enable-ffmpegcolorspace
else
GST_PLUGINS_BASE_AUTOCONF += --disable-ffmpegcolorspace
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__GDP
+ifdef PTXCONF_GST_PLUGINS_BASE_GDP
GST_PLUGINS_BASE_AUTOCONF += --enable-gdp
else
GST_PLUGINS_BASE_AUTOCONF += --disable-gdp
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__PLAYBACK
+ifneq ($(PTXCONF_GST_PLUGINS_BASE_PLAYBIN)$(PTXCONF_GST_PLUGINS_BASE_DECODEBIN)$(PTXCONF_GST_PLUGINS_BASE_DECODEBIN2),)
GST_PLUGINS_BASE_AUTOCONF += --enable-playback
else
GST_PLUGINS_BASE_AUTOCONF += --disable-playback
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__SUBPARSE
+ifdef PTXCONF_GST_PLUGINS_BASE_SUBPARSE
GST_PLUGINS_BASE_AUTOCONF += --enable-subparse
else
GST_PLUGINS_BASE_AUTOCONF += --disable-subparse
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__TCP
+ifdef PTXCONF_GST_PLUGINS_BASE_TCP
GST_PLUGINS_BASE_AUTOCONF += --enable-tcp
else
GST_PLUGINS_BASE_AUTOCONF += --disable-tcp
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__TYPEFIND
+ifdef PTXCONF_GST_PLUGINS_BASE_TYPEFIND
GST_PLUGINS_BASE_AUTOCONF += --enable-typefind
else
GST_PLUGINS_BASE_AUTOCONF += --disable-typefind
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__VIDEOTESTSRC
+ifdef PTXCONF_GST_PLUGINS_BASE_VIDEOTESTSRC
GST_PLUGINS_BASE_AUTOCONF += --enable-videotestsrc
else
GST_PLUGINS_BASE_AUTOCONF += --disable-videotestsrc
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__VIDEORATE
+ifdef PTXCONF_GST_PLUGINS_BASE_VIDEORATE
GST_PLUGINS_BASE_AUTOCONF += --enable-videorate
else
GST_PLUGINS_BASE_AUTOCONF += --disable-videorate
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__VIDEOSCALE
+ifdef PTXCONF_GST_PLUGINS_BASE_VIDEOSCALE
GST_PLUGINS_BASE_AUTOCONF += --enable-videoscale
else
GST_PLUGINS_BASE_AUTOCONF += --disable-videoscale
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__VOLUME
+ifdef PTXCONF_GST_PLUGINS_BASE_VOLUME
GST_PLUGINS_BASE_AUTOCONF += --enable-volume
else
GST_PLUGINS_BASE_AUTOCONF += --disable-volume
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__X
+ifdef PTXCONF_GST_PLUGINS_BASE_X
GST_PLUGINS_BASE_AUTOCONF += --enable-x
GST_PLUGINS_BASE_AUTOCONF += --with-x=$(SYSROOT)/usr
else
GST_PLUGINS_BASE_AUTOCONF += --disable-x
GST_PLUGINS_BASE_AUTOCONF += --without-x
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__XVIDEO
+ifdef PTXCONF_GST_PLUGINS_BASE_XVIDEO
GST_PLUGINS_BASE_AUTOCONF += --enable-xvideo
else
GST_PLUGINS_BASE_AUTOCONF += --disable-xvideo
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__XSHM
+ifdef PTXCONF_GST_PLUGINS_BASE_XSHM
GST_PLUGINS_BASE_AUTOCONF += --enable-xshm
else
GST_PLUGINS_BASE_AUTOCONF += --disable-xshm
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__GST_V4L
+ifdef PTXCONF_GST_PLUGINS_BASE_GST_V4L
GST_PLUGINS_BASE_AUTOCONF += --enable-gst_v4l
else
GST_PLUGINS_BASE_AUTOCONF += --disable-gst_v4l
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__ALSA
+ifdef PTXCONF_GST_PLUGINS_BASE_ALSA
GST_PLUGINS_BASE_AUTOCONF += --enable-alsa
else
GST_PLUGINS_BASE_AUTOCONF += --disable-alsa
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__CDPARANOIA
+ifdef PTXCONF_GST_PLUGINS_BASE_CDPARANOIA
GST_PLUGINS_BASE_AUTOCONF += --enable-cdparanoia
else
GST_PLUGINS_BASE_AUTOCONF += --disable-cdparanoia
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__GNOME_VFS
+ifdef PTXCONF_GST_PLUGINS_BASE_GNOME_VFS
GST_PLUGINS_BASE_AUTOCONF += --enable-gnome_vfs
else
GST_PLUGINS_BASE_AUTOCONF += --disable-gnome_vfs
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__GIO
+ifdef PTXCONF_GST_PLUGINS_BASE_GIO
GST_PLUGINS_BASE_AUTOCONF += --enable-gio
else
GST_PLUGINS_BASE_AUTOCONF += --disable-gio
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__LIBVISUAL
+ifdef PTXCONF_GST_PLUGINS_BASE_LIBVISUAL
GST_PLUGINS_BASE_AUTOCONF += --enable-libvisual
else
GST_PLUGINS_BASE_AUTOCONF += --disable-libvisual
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__OGG
+ifdef PTXCONF_GST_PLUGINS_BASE_OGG
GST_PLUGINS_BASE_AUTOCONF += --enable-ogg
else
GST_PLUGINS_BASE_AUTOCONF += --disable-ogg
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__PANGO
+ifdef PTXCONF_GST_PLUGINS_BASE_PANGO
GST_PLUGINS_BASE_AUTOCONF += --enable-pango
else
GST_PLUGINS_BASE_AUTOCONF += --disable-pango
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__THEORA
+ifdef PTXCONF_GST_PLUGINS_BASE_THEORA
GST_PLUGINS_BASE_AUTOCONF += --enable-theora
else
GST_PLUGINS_BASE_AUTOCONF += --disable-theora
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__VORBIS
+ifdef PTXCONF_GST_PLUGINS_BASE_VORBIS
GST_PLUGINS_BASE_AUTOCONF += --enable-vorbis
else
GST_PLUGINS_BASE_AUTOCONF += --disable-vorbis
@@ -253,138 +253,147 @@ $(STATEDIR)/gst-plugins-base.targetinstall:
/usr/lib/$$i); \
done
-ifdef PTXCONF_GST_PLUGINS_BASE__ADDER
+ifdef PTXCONF_GST_PLUGINS_BASE_ADDER
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstadder.so, \
/usr/lib/gstreamer-0.10/libgstadder.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__AUDIOCONVERT
+ifdef PTXCONF_GST_PLUGINS_BASE_AUDIOCONVERT
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstaudioconvert.so, \
/usr/lib/gstreamer-0.10/libgstaudioconvert.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__AUDIORATE
+ifdef PTXCONF_GST_PLUGINS_BASE_AUDIORATE
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstaudiorate.so, \
/usr/lib/gstreamer-0.10/libgstaudiorate.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__AUDIORESAMPLE
+ifdef PTXCONF_GST_PLUGINS_BASE_AUDIORESAMPLE
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstaudioresample.so, \
/usr/lib/gstreamer-0.10/libgstaudioresample.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__AUDIOTESTSRC
+ifdef PTXCONF_GST_PLUGINS_BASE_AUDIOTESTSRC
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstaudiotestsrc.so, \
/usr/lib/gstreamer-0.10/libgstaudiotestsrc.so)
endif
-
-ifdef PTXCONF_GST_PLUGINS_BASE__FFMPEGCOLORSPACE
+ifdef PTXCONF_GST_PLUGINS_BASE_DECODEBIN
+ @$(call install_copy, gst-plugins-base, 0, 0, 0644, \
+ $(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstdecodebin.so, \
+ /usr/lib/gstreamer-0.10/libgstdecodebin.so)
+endif
+ifdef PTXCONF_GST_PLUGINS_BASE_DECODEBIN_2
+ @$(call install_copy, gst-plugins-base, 0, 0, 0644, \
+ $(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstdecodebin2.so, \
+ /usr/lib/gstreamer-0.10/libgstdecodebin2.so)
+endif
+ifdef PTXCONF_GST_PLUGINS_BASE_FFMPEGCOLORSPACE
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstffmpegcolorspace.so, \
/usr/lib/gstreamer-0.10/libgstffmpegcolorspace.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__GDP
+ifdef PTXCONF_GST_PLUGINS_BASE_GDP
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstgdp.so, \
/usr/lib/gstreamer-0.10/libgstgdp.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__PLAYBACK
+ifdef PTXCONF_GST_PLUGINS_BASE_PLAYBIN
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstplaybin.so, \
/usr/lib/gstreamer-0.10/libgstplaybin.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__SUBPARSE
+ifdef PTXCONF_GST_PLUGINS_BASE_SUBPARSE
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstsubparse.so, \
/usr/lib/gstreamer-0.10/libgstsubparse.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__TCP
+ifdef PTXCONF_GST_PLUGINS_BASE_TCP
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgsttcp.so, \
/usr/lib/gstreamer-0.10/libgsttcp.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__TYPEFIND
+ifdef PTXCONF_GST_PLUGINS_BASE_TYPEFIND
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgsttypefindfunctions.so, \
/usr/lib/gstreamer-0.10/libgsttypefindfunctions.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__VIDEOTESTSRC
+ifdef PTXCONF_GST_PLUGINS_BASE_VIDEOTESTSRC
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstvideotestsrc.so, \
/usr/lib/gstreamer-0.10/libgstvideotestsrc.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__VIDEORATE
+ifdef PTXCONF_GST_PLUGINS_BASE_VIDEORATE
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstvideorate.so, \
/usr/lib/gstreamer-0.10/libgstvideorate.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__VIDEOSCALE
+ifdef PTXCONF_GST_PLUGINS_BASE_VIDEOSCALE
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstvideoscale.so, \
/usr/lib/gstreamer-0.10/libgstvideoscale.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__VOLUME
+ifdef PTXCONF_GST_PLUGINS_BASE_VOLUME
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstvolume.so, \
/usr/lib/gstreamer-0.10/libgstvolume.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__X
+ifdef PTXCONF_GST_PLUGINS_BASE_X
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstximagesink.so, \
/usr/lib/gstreamer-0.10/libgstximagesink.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__XVIDEO
+ifdef PTXCONF_GST_PLUGINS_BASE_XVIDEO
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstxvimagesink.so, \
/usr/lib/gstreamer-0.10/libgstxvimagesink.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__GST_V4L
+ifdef PTXCONF_GST_PLUGINS_BASE_GST_V4L
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstvideo4linux.so, \
/usr/lib/gstreamer-0.10/libgstvideo4linux.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__ALSA
+ifdef PTXCONF_GST_PLUGINS_BASE_ALSA
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstalsa.so, \
/usr/lib/gstreamer-0.10/libgstalsa.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__CDPARANOIA
+ifdef PTXCONF_GST_PLUGINS_BASE_CDPARANOIA
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstcdparanoia.so, \
/usr/lib/gstreamer-0.10/libgstcdparanoia.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__GNOME_VFS
+ifdef PTXCONF_GST_PLUGINS_BASE_GNOME_VFS
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstgnomevfs.so, \
/usr/lib/gstreamer-0.10/libgstgnomevfs.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__GIO
+ifdef PTXCONF_GST_PLUGINS_BASE_GIO
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgio.so, \
/usr/lib/gstreamer-0.10/libgio.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__LIBVISUAL
+ifdef PTXCONF_GST_PLUGINS_BASE_LIBVISUAL
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstlibvisual.so, \
/usr/lib/gstreamer-0.10/libgstlibvisual.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__OGG
+ifdef PTXCONF_GST_PLUGINS_BASE_OGG
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstogg.so, \
/usr/lib/gstreamer-0.10/libgstogg.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__PANGO
+ifdef PTXCONF_GST_PLUGINS_BASE_PANGO
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstpango.so, \
/usr/lib/gstreamer-0.10/libgstpango.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__THEORA
+ifdef PTXCONF_GST_PLUGINS_BASE_THEORA
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgsttheora.so, \
/usr/lib/gstreamer-0.10/libgsttheora.so)
endif
-ifdef PTXCONF_GST_PLUGINS_BASE__VORBIS
+ifdef PTXCONF_GST_PLUGINS_BASE_VORBIS
@$(call install_copy, gst-plugins-base, 0, 0, 0644, \
$(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstvorbis.so, \
/usr/lib/gstreamer-0.10/libgstvorbis.so)