From f901d78e01771575a08226c63cff2dd9941f358c Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Tue, 3 Oct 2006 17:50:02 +0000
Subject: [PATCH] Remove bogus dependency information.

Originally committed as revision 6541 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 879a38aeb5d..1b41ae91a3a 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -383,8 +383,6 @@ amrlibs:
 
 tests: apiexample cpuid_test $(TESTS)
 
-dsputil.o: dsputil.c dsputil.h
-
 clean::
 	rm -f \
 	   i386/*.o i386/*~ \
-- 
GitLab