OSDN Git Service

build: add -L flags before existing LDFLAGS
authorMans Rullgard <mans@mansr.com>
Wed, 13 Jul 2011 17:17:54 +0000 (18:17 +0100)
committerMans Rullgard <mans@mansr.com>
Thu, 21 Jul 2011 11:50:31 +0000 (12:50 +0100)
commit371584c42bffa21991a0e0d97a03f6d42123ba1f
tree8646326af9ff1f33f89a6020d702258748a7dcd4
parent2cc4f3b21f33740db1728bae104f336e7008731c
build: add -L flags before existing LDFLAGS

This ensures the linker picks the just built libraries even
if LDFLAGS for some reason contains -L flags pointing at
other directories containing libav libraries.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Makefile