]> git.sesse.net Git - ffmpeg/blobdiff - Makefile
Move writing a block to its own function
[ffmpeg] / Makefile
index 28b52d28f4aabfafa1c994445c1cc55ba9527570..83f313582a5971c5a28c060012c5832c3544ee10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,8 @@ vhook/%.o: vhook/%.c
        $(CC) $(CFLAGS) -c -o $@ $<
 
 documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \
-                                 ffplay-doc.html hooks.html $(ALLMANPAGES))
+                                 ffplay-doc.html general.html hooks.html \
+                                 $(ALLMANPAGES))
 
 doc/%.html: doc/%.texi
        texi2html -monolithic -number $<
@@ -278,7 +279,7 @@ codectest mpeg4 mpeg ac3 snow snowll: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests
 libavtest: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests/asynth1.sw
        $(SRC_PATH)/tests/regression.sh $@ $(LIBAV_REFFILE) tests/vsynth1
 
-seektest: tests/seek_test$(EXESUF) .libs
+seektest: tests/seek_test$(EXESUF)
        $(SRC_PATH)/tests/seek_test.sh $(SEEK_REFFILE)
 
 ifeq ($(CONFIG_SWSCALER),yes)
@@ -304,7 +305,7 @@ tests/asynth1.sw: tests/audiogen$(EXESUF)
 %$(EXESUF): %.c
        $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $<
 
-tests/seek_test$(EXESUF): tests/seek_test.c
+tests/seek_test$(EXESUF): tests/seek_test.c .libs
        $(CC) $(LDFLAGS) $(CFLAGS) -DHAVE_AV_CONFIG_H -o $@ $< $(EXTRALIBS)