summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2004-10-16 11:08:49 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2004-10-16 11:08:49 +0000
commitf7599d5ff0ba61c7281e59f1e41ab1441446ba42 (patch)
tree0e9b3cf68edcc01a53ee009345eeadc33593b1f7 /Makefile
parentb2a2197e71b2287647ad4d79cf5b20d6096887b7 (diff)
cws2fws, utility to convert compressed flash files to uncompressed ones, which can be than played back with ffplay. note: this doesn't gets compiled automatically
Originally committed as revision 3598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e4a8af6a4c..8aaa51b70f 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,9 @@ output_example$(EXESUF): output_example.o .libs
qt-faststart$(EXESUF): qt-faststart.c
$(CC) $(SRC_PATH)/qt-faststart.c -o qt-faststart$(EXESUF)
+cws2fws$(EXESUF): cws2fws.c
+ $(CC) $(SRC_PATH)/cws2fws.c -o cws2fws$(EXESUF) -lz
+
ffplay.o: ffplay.c
$(CC) $(CFLAGS) $(SDL_CFLAGS) -c -o $@ $<