mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
Add working plugins to build.
Original commit message from CVS: * configure.ac: * ext/sidplay/gstsiddec.cc: Add working plugins to build. Make sidplay compile again.
This commit is contained in:
parent
12fb4775eb
commit
f79a89bda2
2 changed files with 16 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-05-12 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* ext/sidplay/gstsiddec.cc:
|
||||||
|
Add working plugins to build.
|
||||||
|
Make sidplay compile again.
|
||||||
|
|
||||||
2005-05-12 Wim Taymans <wim@fluendo.com>
|
2005-05-12 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
|
* ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
|
||||||
|
|
10
configure.ac
10
configure.ac
|
@ -308,7 +308,11 @@ GST_PLUGINS_ALL="\
|
||||||
videofilter \
|
videofilter \
|
||||||
effectv \
|
effectv \
|
||||||
law \
|
law \
|
||||||
smpte"
|
rtp \
|
||||||
|
rtsp \
|
||||||
|
smpte \
|
||||||
|
tcp \
|
||||||
|
udp"
|
||||||
|
|
||||||
dnl see if we can build C++ plug-ins
|
dnl see if we can build C++ plug-ins
|
||||||
if test "x$HAVE_CXX" = "xyes"; then
|
if test "x$HAVE_CXX" = "xyes"; then
|
||||||
|
@ -487,7 +491,11 @@ gst-plugins.spec
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/effectv/Makefile
|
gst/effectv/Makefile
|
||||||
gst/law/Makefile
|
gst/law/Makefile
|
||||||
|
gst/rtp/Makefile
|
||||||
|
gst/rtsp/Makefile
|
||||||
gst/smpte/Makefile
|
gst/smpte/Makefile
|
||||||
|
gst/tcp/Makefile
|
||||||
|
gst/udp/Makefile
|
||||||
gst/videofilter/Makefile
|
gst/videofilter/Makefile
|
||||||
sys/Makefile
|
sys/Makefile
|
||||||
ext/Makefile
|
ext/Makefile
|
||||||
|
|
Loading…
Reference in a new issue