mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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:
parent
eff9a150cd
commit
a88415b831
3 changed files with 225 additions and 935 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
1153
gst-plugins.spec.in
1153
gst-plugins.spec.in
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue