~oah-dev/oah/gst-plugins-bad

« back to all changes in this revision

Viewing changes to sys/acmmp3dec/Makefile.am

  • Committer: Haakon Sporsheim
  • Date: 2009-03-12 13:52:03 UTC
  • Revision ID: haakon.sporsheim@tandberg.com-20090312135203-i5k294hgkushb0mt
Initial import of git repository: git://anongit.freedesktop.org/gstreamer/gst-plugins-bad (tag: RELEASE-0_10_10)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin_LTLIBRARIES = libgstacmmp3dec.la
 
2
 
 
3
libgstacmmp3dec_la_SOURCES = acmmp3dec.c
 
4
libgstacmmp3dec_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
 
5
        $(GST_PLUGINS_BASE_CFLAGS)
 
6
libgstacmmp3dec_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
 
7
        -lgstriff-$(GST_MAJORMINOR) -lmsacm32
 
8
libgstacmmp3dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
 
9