Browse Source

Fix Cygwin compilation.

Patch by Víctor Paesa.

Commited in SoC by Vitor Sessak on 2007-11-10 20:00:16

Originally committed as revision 11950 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Víctor Paesa Vitor Sessak 17 years ago
parent
commit
bb9cb87ca0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/Makefile

+ 1
- 1
libavfilter/Makefile View File

@@ -21,7 +21,7 @@ OBJS-yes = vf_crop.o \

HEADERS = avfilter.h

EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) -L$(BUILD_ROOT)/libswscale -lswscale$(BUILDSUF) -L$(BUILD_ROOT)/libavcodec -lavcodec$(BUILDSUF) $(EXTRALIBS)

NAME=avfilter
LIBVERSION=$(LAVFILTERVERSION)


Loading…
Cancel
Save