diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-25 00:39:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-25 00:39:32 +0000 |
commit | 634444f4ce3514214a1658e484e6fba78c2224ec (patch) | |
tree | 3736c96665ec48737a5176f261df2fc95feb4b2f /Makefile | |
parent | 91f2de5e1894350c6b43a6ede759ad2f6a7c9a9b (diff) | |
download | ffmpeg-634444f4ce3514214a1658e484e6fba78c2224ec.tar.gz |
PROGS depends on PROGS_G so depending on just PROGS is enough.
Originally committed as revision 7700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ LDFLAGS+=-L./libswscale EXTRALIBS+=-lswscale$(BUILDSUF) endif -all: lib $(PROGS_G) $(PROGS) $(VHOOK) $(DOC) +all: lib $(PROGS) $(VHOOK) $(DOC) lib: $(MAKE) -C libavutil all |