diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-07-24 16:18:48 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-07-24 16:18:48 +0000 |
commit | 9c01f05835ca718409647a52a779330a6c747cd6 (patch) | |
tree | d18c315eb2fcaa98cbb512c85011c6e39b9c7de6 /multimedia/gstreamer-ffmpeg/files/patch-ext_ffmpeg_Makefile.in | |
parent | Connect epoch (diff) |
Update to 0.10.11.
Release notes: http://gstreamer.freedesktop.org/releases/gst-ffmpeg/0.10.11.html
Notes
Notes:
svn path=/head/; revision=258161
Diffstat (limited to 'multimedia/gstreamer-ffmpeg/files/patch-ext_ffmpeg_Makefile.in')
-rw-r--r-- | multimedia/gstreamer-ffmpeg/files/patch-ext_ffmpeg_Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/gstreamer-ffmpeg/files/patch-ext_ffmpeg_Makefile.in b/multimedia/gstreamer-ffmpeg/files/patch-ext_ffmpeg_Makefile.in deleted file mode 100644 index c349b912dc0f..000000000000 --- a/multimedia/gstreamer-ffmpeg/files/patch-ext_ffmpeg_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- ext/ffmpeg/Makefile.in.orig 2009-01-19 13:19:46.000000000 +0100 -+++ ext/ffmpeg/Makefile.in 2009-01-19 13:20:40.000000000 +0100 -@@ -314,8 +314,8 @@ - - # \ - # gstffmpegscale.c --libgstffmpeg_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \ -- $(FFMPEG_CFLAGS) -+libgstffmpeg_la_CFLAGS = $(FFMPEG_CFLAGS) \ -+ $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \ - - libgstffmpeg_la_LIBADD = $(FFMPEG_LIBS) $(GST_BASE_LIBS) $(LIBM) $(WIN32_LIBS) -lz -lbz2 - libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DARWIN_LDFLAGS) |