diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-10-04 09:53:34 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-04 09:53:34 +0000 |
commit | 29d48296a756818e8d77d2e97c1f3ab0704e003d (patch) | |
tree | 9283e02a48f6f8c0516710fa8fd879bae75f6f61 /Makefile | |
parent | 39518b493f4780f1cd5d8e45aed728049a74d556 (diff) | |
download | ffmpeg-29d48296a756818e8d77d2e97c1f3ab0704e003d.tar.gz |
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-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,10 @@ EXTRALIBS += -lfaad endif endif +ifeq ($(CONFIG_FAAC),yes) +EXTRALIBS+=-lfaac +endif + ifeq ($(BUILD_VHOOK),yes) VHOOK=videohook INSTALLVHOOK=install-vhook |