diff Makefile @ 1500:726a81d83ddd libavcodec

Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)
author michaelni
date Sat, 04 Oct 2003 09:53:34 +0000
parents 9eb9b77cf418
children bcb30ec7e86f
line wrap: on
line diff
--- a/Makefile	Fri Oct 03 05:50:06 2003 +0000
+++ b/Makefile	Sat Oct 04 09:53:34 2003 +0000
@@ -72,6 +72,11 @@
 endif
 endif
 
+ifeq ($(CONFIG_FAAC),yes)
+OBJS+= faac.o
+EXTRALIBS += -lfaac
+endif
+
 ifeq ($(CONFIG_PP),yes)
 ifeq ($(SHARED_PP),yes)
 EXTRALIBS += -lpostproc