diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-30 13:09:44 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-30 13:09:44 +0000 |
commit | bbbb8856263e541b662d13ce11659795c45f59e0 (patch) | |
tree | e6d8df56f33b2674cd6021e9b90190760a6e37cc /libavformat/Makefile | |
parent | d7167f05553df0ea1ff7da6c3d5760ab065600bd (diff) | |
download | ffmpeg-bbbb8856263e541b662d13ce11659795c45f59e0.tar.gz |
Fix timefilter test program build without previously building libavformat.
The test program depends on symbols from this library.
Originally committed as revision 18247 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 6ade1bb1dd..c82d2dbbe9 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -248,4 +248,4 @@ TESTPROGS = timefilter include $(SUBDIR)../subdir.mak -$(SUBDIR)output-example$(EXESUF): $(FF_DEP_LIBS) +$(SUBDIR)output-example$(EXESUF) $(SUBDIR)timefilter-test$(EXESUF): $(FF_DEP_LIBS) |