summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-10-04 09:53:34 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-04 09:53:34 +0000
commit29d48296a756818e8d77d2e97c1f3ab0704e003d (patch)
tree9283e02a48f6f8c0516710fa8fd879bae75f6f61 /Makefile
parent39518b493f4780f1cd5d8e45aed728049a74d556 (diff)
Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)
Originally committed as revision 2342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ad2ee9e203..441dea1645 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,10 @@ EXTRALIBS += -lfaad
endif
endif
+ifeq ($(CONFIG_FAAC),yes)
+EXTRALIBS+=-lfaac
+endif
+
ifeq ($(BUILD_VHOOK),yes)
VHOOK=videohook
INSTALLVHOOK=install-vhook