summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg/A04-disable-depend.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ffmpeg/A04-disable-depend.patch')
-rw-r--r--contrib/ffmpeg/A04-disable-depend.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/contrib/ffmpeg/A04-disable-depend.patch b/contrib/ffmpeg/A04-disable-depend.patch
new file mode 100644
index 000000000..e6099da2c
--- /dev/null
+++ b/contrib/ffmpeg/A04-disable-depend.patch
@@ -0,0 +1,33 @@
+diff -Naur ffmpeg-r19067.orig/common.mak ffmpeg-r19067/common.mak
+--- ffmpeg-r19067.orig/common.mak 2009-05-29 07:56:54.000000000 -0400
++++ ffmpeg-r19067/common.mak 2009-06-23 20:36:58.000000000 -0400
+@@ -29,17 +29,6 @@
+ %.ho: %.h
+ $(CC) $(CFLAGS) $(LIBOBJFLAGS) -Wno-unused -c -o $@ -x c $<
+
+-%.d: %.c
+- $(DEPEND_CMD) > $@
+-
+-%.d: %.S
+- $(DEPEND_CMD) > $@
+-
+-%.d: %.cpp
+- $(DEPEND_CMD) > $@
+-
+-%.o: %.d
+-
+ %$(EXESUF): %.c
+
+ SVN_ENTRIES = $(SRC_PATH_BARE)/.svn/entries
+@@ -76,11 +65,6 @@
+ ALLHEADERS := $(subst $(SRC_DIR)/,$(SUBDIR),$(wildcard $(SRC_DIR)/*.h $(SRC_DIR)/$(ARCH)/*.h))
+ checkheaders: $(filter-out %_template.ho,$(ALLHEADERS:.h=.ho))
+
+-DEPS := $(OBJS:.o=.d)
+-depend dep: $(DEPS)
+-
+ CLEANSUFFIXES = *.o *~ *.ho *.map
+ DISTCLEANSUFFIXES = *.d *.pc
+ LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp
+-
+--include $(DEPS)