summaryrefslogtreecommitdiffstats
path: root/postproc/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-17 19:32:46 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-17 19:32:46 +0000
commitf09836cc0e3b39d7944e0d29526d07a81182a348 (patch)
tree4056282748cdb34083efa92b504e964c372301d8 /postproc/Makefile
parenta407ae6fa505c49cd8ce2fdb2ae1d60d3071377c (diff)
downloadmpv-f09836cc0e3b39d7944e0d29526d07a81182a348.tar.bz2
mpv-f09836cc0e3b39d7944e0d29526d07a81182a348.tar.xz
mplayer idependant (not really yet) swscale example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9922 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/Makefile')
-rw-r--r--postproc/Makefile2
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
#