diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-04-17 19:32:46 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-17 19:32:46 +0000 |
commit | c9b99ea661656519981493e34ae4b55bf13a044b (patch) | |
tree | 718d48dff3abe085e95cc9acf3ccd2767cea9565 /postproc/Makefile | |
parent | 570233b5b616b4af1dee4863743597bd0beb3ae3 (diff) | |
download | ffmpeg-c9b99ea661656519981493e34ae4b55bf13a044b.tar.gz |
mplayer idependant (not really yet) swscale example
Originally committed as revision 9922 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/Makefile')
-rw-r--r-- | postproc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postproc/Makefile b/postproc/Makefile index 6537ef7aa4..deb1e9a263 100644 --- a/postproc/Makefile +++ b/postproc/Makefile @@ -36,6 +36,8 @@ depend: 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 # # include dependency files if they exist # |