diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-10 21:19:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-10 21:19:15 +0000 |
commit | 06694949b4d3c6c0b50c02c2a5c9449ef7c61652 (patch) | |
tree | a8a7679252910df963de79e78855dd6b5bac7239 /Makefile | |
parent | 19ecf882882679aef24512022316eec4f57b9b0d (diff) | |
download | ffmpeg-06694949b4d3c6c0b50c02c2a5c9449ef7c61652.tar.gz |
Use consistent paths for adding values to LDFLAGS.
Originally committed as revision 9276 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ LDFLAGS := -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT EXTRALIBS := -lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS) ifeq ($(CONFIG_SWSCALER),yes) -LDFLAGS+=-L./libswscale +LDFLAGS+=-L$(BUILD_ROOT)/libswscale EXTRALIBS+=-lswscale$(BUILDSUF) endif |