Browse Source

added libavtest target

Originally committed as revision 550 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 23 years ago
parent
commit
4c41db9adf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -77,7 +77,7 @@ TAGS:

# regression tests

test mpeg4 mpeg: ffmpeg$(EXE)
libavtest test mpeg4 mpeg: ffmpeg$(EXE)
make -C tests $@

ifneq ($(wildcard .depend),)


Loading…
Cancel
Save