Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git] / libmpeg3 / audio / Makefile.am
blob43fe8d5501d8fc8c35739c174f5edb3c6b644873
1 noinst_LTLIBRARIES = libmpeg3_audio.la
2 libmpeg3_audio_la_SOURCES = ac3.c dct.c huffman.c layer2.c layer3.c mpeg3audio.c pcm.c synthesizers.c tables.c 
3 libmpeg3_audio_la_LDFLAGS =
5 noinst_HEADERS = ac3.h huffman.h mpeg3audio.h tables.h
7 AM_CFLAGS = $(CPU_CFLAGS) $(LARGEFILE_CFLAGS)
8 AM_CXXFLAGS = $(CPU_CFLAGS) $(LARGEFILE_CFLAGS)
9 INCLUDES=-I$(srcdir)/..
11 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)