Originally committed as revision 13451 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rmdir "$(SHLIBDIR)/vhook/"
clean::
- rm -f gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \
+ rm -f gmon.out $(ALLPROGS) $(ALLPROGS_G) \
output_example$(EXESUF)
rm -f doc/*.html doc/*.pod doc/*.1
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
-.PHONY: lib videohook documentation TAGS *test regtest-* swscale-error
+.PHONY: lib videohook documentation *test regtest-* swscale-error
-include $(VHOOK_DEPS)