Mercurial > mplayer.hg
diff libmpdemux/Makefile @ 26328:11aac031b4b7
Split the lavf taglists out of the lavf muxer to allow using libmpmux
without libmpdemux.
author | albeu |
---|---|
date | Wed, 09 Apr 2008 00:46:21 +0000 |
parents | fa91545f01bb |
children | 7584a3580bcd |
line wrap: on
line diff
--- a/libmpdemux/Makefile Wed Apr 09 00:43:19 2008 +0000 +++ b/libmpdemux/Makefile Wed Apr 09 00:46:21 2008 +0000 @@ -38,6 +38,7 @@ extension.c \ mf.c \ mp3_hdr.c \ + mp_taglists.c \ mpeg_hdr.c \ mpeg_packetizer.c \ parse_es.c \ @@ -67,6 +68,6 @@ include ../mpcommon.mak -demux_lavf.o: CFLAGS += -I../libavcodec +demux_lavf.o mp_taglists.o: CFLAGS += -I../libavcodec dep depend: CFLAGS += $(EXTRAXX_INC)