X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=Makefile;h=d5b51de7e751a291db745e206a70b2d5e98bbc0f;hp=b3132f4cf78cd4275ac6a3243e54d2b822baad13;hb=802d94c36edcd05b53a56ee359d9559cc4e11597;hpb=074e636c5ca1f9e9ab2f1eda1a36e7cb978f9af1 diff --git a/Makefile b/Makefile index b3132f4cf7..d5b51de7e7 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,10 @@ all: $(AVPROGS) $(TOOLS): %$(EXESUF): %.o $(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $^ $(ELIBS) +tools/cws2fws$(EXESUF): ELIBS = $(ZLIB) +tools/uncoded_frame$(EXESUF): $(FF_DEP_LIBS) +tools/uncoded_frame$(EXESUF): ELIBS = $(FF_EXTRALIBS) + CONFIGURABLE_COMPONENTS = \ $(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/all*.c)) \ $(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/version.h)) \