diff libmpdemux/Makefile @ 14757:7a2adc5e8928

initial, extremely experimental, libavformat muxer; don't expect anything to work yet
author nicodvb
date Mon, 21 Feb 2005 23:18:31 +0000
parents 37116118ab6a
children 8b9738526dd7
line wrap: on
line diff
--- a/libmpdemux/Makefile	Mon Feb 21 22:28:06 2005 +0000
+++ b/libmpdemux/Makefile	Mon Feb 21 23:18:31 2005 +0000
@@ -31,6 +31,7 @@
 
 ifeq ($(CONFIG_LIBAVFORMAT),yes)
 LIBAV_INC = -I../libavcodec -I../libavformat
+SRCS += muxer_lavf.c
 endif
 
 OBJS	= $(SRCS:.c=.o)