diff Makefile @ 1245:cd88870c4560 libavcodec

* support for AAC audio streams via libfaad * could be complied with runtime linking of libfaad (CONFIG_FAADBIN) * missing/untested support for raw AAC streams (maybe there will be just one entry for aac) * missing configure check for libfaad/config option
author kabi
date Mon, 12 May 2003 10:55:19 +0000
parents 3fa9a3de913f
children 26827e6ae6dd
line wrap: on
line diff
--- a/Makefile	Mon May 12 04:28:35 2003 +0000
+++ b/Makefile	Mon May 12 10:55:19 2003 +0000
@@ -36,6 +36,10 @@
 endif
 endif
 
+ifeq ($(CONFIG_FAAD),yes)
+OBJS+= faad.o
+endif
+
 ifeq ($(CONFIG_PP),yes)
 ifeq ($(SHARED_PP),yes)
 EXTRALIBS += -lpostproc