diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-07-07 22:40:55 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-07-07 22:40:55 +0000 |
commit | 404c0f815da8ef2a69afe2db78f29e292d9da742 (patch) | |
tree | c0442593adb778195d3eb1a2e30a2dbb8a361b66 /gst-libs/ext/ffmpeg/Makefile.am | |
parent | 2a6cf2eb84489fe0dc5c4411737ef4f443bbd66a (diff) | |
download | gst-plugins-bad-404c0f815da8ef2a69afe2db78f29e292d9da742.tar.gz gst-plugins-bad-404c0f815da8ef2a69afe2db78f29e292d9da742.tar.bz2 gst-plugins-bad-404c0f815da8ef2a69afe2db78f29e292d9da742.zip |
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 :)
Diffstat (limited to 'gst-libs/ext/ffmpeg/Makefile.am')
-rw-r--r-- | gst-libs/ext/ffmpeg/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 58bbda69..27ce7614 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -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 \ |