summaryrefslogtreecommitdiffstats
path: root/postproc/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-25 17:16:55 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-25 17:16:55 +0000
commitacf20201dbb99020c694c0d4edd31ddc7e17c44b (patch)
tree4bdac2f567868da20e4cbda19a98519a95623ab9 /postproc/Makefile
parentc186b34afa6cd610da1fe555de8faf52125b2be8 (diff)
downloadmpv-acf20201dbb99020c694c0d4edd31ddc7e17c44b.tar.bz2
mpv-acf20201dbb99020c694c0d4edd31ddc7e17c44b.tar.xz
remove remaining cpudetect dependancy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9988 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/Makefile')
-rw-r--r--postproc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/Makefile b/postproc/Makefile
index deb1e9a263..c6b5896316 100644
--- a/postproc/Makefile
+++ b/postproc/Makefile
@@ -37,7 +37,7 @@ cs_test: $(CS_TEST_OBJS)
$(CC) $(CS_TEST_OBJS) -o cs_test
swscale-example: swscale-example.o $(SWSLIB)
- $(CC) swscale-example.o $(SWSLIB) ../cpudetect.o ../libmpcodecs/img_format.o -lm -o swscale-example -W -Wall
+ $(CC) swscale-example.o $(SWSLIB) ../libmpcodecs/img_format.o -lm -o swscale-example -W -Wall
#
# include dependency files if they exist
#