diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-10 22:01:41 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-11 11:39:04 +0100 |
commit | ca9036155d28ed9f5a1406356316c3fd41e5a400 (patch) | |
tree | 0d4a450a1356867d86c2605d2dfbf5aeead5d2b9 /common.mak | |
parent | d1cf45911935cc4fed9afd3a37d99616d31eb9da (diff) | |
download | ffmpeg-ca9036155d28ed9f5a1406356316c3fd41e5a400.tar.gz |
build: remove unnecessary FFLDFLAGS variable
This variable is set to the same value for all directories.
Adding the -L flags directly to LDFLAGS is simpler and achieves
the same thing.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mak b/common.mak index 8a2aa7cf0d..d781ced09e 100644 --- a/common.mak +++ b/common.mak @@ -12,7 +12,6 @@ FFLIBS := $(FFLIBS-yes) $(FFLIBS) TESTPROGS += $(TESTPROGS-yes) FFEXTRALIBS := $(FFLIBS:%=-l%$(BUILDSUF)) $(EXTRALIBS) -FFLDFLAGS := $(ALLFFLIBS:%=-Llib%) $(LDFLAGS) EXAMPLES := $(EXAMPLES:%=$(SUBDIR)%-example$(EXESUF)) OBJS := $(sort $(OBJS:%=$(SUBDIR)%)) |