aboutsummaryrefslogtreecommitdiff
path: root/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in')
-rw-r--r--audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in b/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in
index c225d1f19074..44008e5fe44b 100644
--- a/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in
+++ b/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in
@@ -1,15 +1,17 @@
---- plugins/ffmpeg/Makefile.in.orig 2013-10-08 19:57:17.298159051 -0300
-+++ plugins/ffmpeg/Makefile.in 2013-10-08 19:57:32.774264065 -0300
-@@ -108,11 +108,11 @@
+--- plugins/ffmpeg/Makefile.in.orig 2014-06-28 23:22:55.232212539 +0400
++++ plugins/ffmpeg/Makefile.in 2014-06-28 23:31:19.076178566 +0400
+@@ -166,11 +166,11 @@
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+COMPILE = $(CC) $(DEFS) $(AM_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
+-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+- $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
++ --mode=compile $(CC) $(DEFS) \
+ $(AM_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CFLAGS) $(CFLAGS)
AM_V_CC = $(am__v_CC_@AM_V@)