diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-22 23:44:44 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-22 23:44:44 +0000 |
commit | 6193def94553b6d3e7f39fa975737d43b033a365 (patch) | |
tree | bca8c19e69b0b8119d269c9aa437538b0481c153 /gst-libs/audio/Makefile.am | |
parent | 41585b7e7836988c2e6ca136f8a85733ff2dc3cc (diff) | |
download | gst-plugins-bad-6193def94553b6d3e7f39fa975737d43b033a365.tar.gz gst-plugins-bad-6193def94553b6d3e7f39fa975737d43b033a365.tar.bz2 gst-plugins-bad-6193def94553b6d3e7f39fa975737d43b033a365.zip |
audio lib removed from this dir
Original commit message from CVS:
audio lib removed from this dir
Diffstat (limited to 'gst-libs/audio/Makefile.am')
-rw-r--r-- | gst-libs/audio/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gst-libs/audio/Makefile.am b/gst-libs/audio/Makefile.am deleted file mode 100644 index e5ed2472..00000000 --- a/gst-libs/audio/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -## libdir = $(libdir)/gst - -lib_LTLIBRARIES = libgstaudio.la - -libgstaudio_la_SOURCES = gstaudio.c - -libgstaudioincludedir = $(includedir)/gst/libs/gstaudio -libgstaudioinclude_HEADERS = gstaudio.h - -libgstaudio_la_LIBADD = $(GST_LIBS) -libgstaudio_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math |