diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-04-25 17:16:55 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-25 17:16:55 +0000 |
commit | 700490a4d119aad0627821da025ac522a92cac5f (patch) | |
tree | ad15e39643c55c7e68f3709b96e05ebd72f65dbc /postproc/Makefile | |
parent | 93d45466335db2e4a69155b5871d6aa5d6215907 (diff) | |
download | ffmpeg-700490a4d119aad0627821da025ac522a92cac5f.tar.gz |
remove remaining cpudetect dependancy
Originally committed as revision 9988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/Makefile')
-rw-r--r-- | postproc/Makefile | 2 |
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 # |