A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I thi...

Original commit message from CVS:
A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I think I am getting close :)
This commit is contained in:
Christian Schaller 2003-07-07 22:40:55 +00:00
parent eff9a150cd
commit a88415b831
3 changed files with 225 additions and 935 deletions

View file

@ -262,7 +262,7 @@ GST_PLUGINS_ALL="\
dnl see if we can build C++ plug-ins
if test "x$HAVE_CXX" = "xyes"; then
GST_PLUGINS_ALL="$GST_PLUGINS_ALL \
modplug monkeyaudio"
modplug"
else
AC_MSG_WARN([Not compiling plug-ins requiring C++ compiler])
fi
@ -1170,8 +1170,6 @@ gst/mpegtypes/Makefile
gst/modplug/Makefile
gst/modplug/libmodplug/Makefile
gst/monoscope/Makefile
gst/monkeyaudio/Makefile
gst/monkeyaudio/libmonkeyaudio/Makefile
gst/oneton/Makefile
gst/passthrough/Makefile
gst/playondemand/Makefile

View file

@ -40,6 +40,7 @@ DISTFILES = \
ffmpeg/ffmpeg.c \
ffmpeg/ffserver.c \
ffmpeg/berrno.h \
ffmpeg/config.h \
ffmpeg/libavcodec/alpha/*.c \
ffmpeg/libavcodec/alpha/*.h \
ffmpeg/libavcodec/alpha/*.S \
@ -53,6 +54,8 @@ DISTFILES = \
ffmpeg/libavcodec/ppc/*.h \
ffmpeg/libavcodec/ps2/*.c \
ffmpeg/libavcodec/ps2/*.h \
ffmpeg/libavcodec/libpostproc/*.h \
ffmpeg/libavcodec/libpostproc/*.c \
ffmpeg/libavcodec/*.c \
ffmpeg/libavcodec/*.h \
ffmpeg/libavcodec/Makefile \

File diff suppressed because it is too large Load diff