From bf7ccbe0f8fd834ef186e5c266e40acaadf5536d Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sat, 24 Jan 2009 18:13:39 +0100 Subject: Build the modplug plugin against the modplug library and remove our copy Always build the modplug plugin against the system modplug library and remove our own copy. Using the system version has advantages if security issues or other critical bugs are found in libmodplug and our own copy wasn't really maintained anyway. Also our copy only contained some patches to use GLib types and functions. Fixes bug #568837. --- gst/modplug/libmodplug/Makefile.am | 40 -------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 gst/modplug/libmodplug/Makefile.am (limited to 'gst/modplug/libmodplug/Makefile.am') diff --git a/gst/modplug/libmodplug/Makefile.am b/gst/modplug/libmodplug/Makefile.am deleted file mode 100644 index 6e6ae8fe..00000000 --- a/gst/modplug/libmodplug/Makefile.am +++ /dev/null @@ -1,40 +0,0 @@ -noinst_LTLIBRARIES = libmodplug.la - -libmodplug_la_CXXFLAGS = $(GST_CXXFLAGS) -D_REENTRANT -libmodplug_la_LDFLAGS = -module -avoid-version -libmodplug_la_SOURCES = tables.cpp \ - sndmix.cpp \ - sndfile.cpp \ - snd_fx.cpp \ - snd_flt.cpp \ - snd_dsp.cpp \ - fastmix.cpp \ - mmcmp.cpp \ - load_xm.cpp \ - load_wav.cpp \ - load_umx.cpp \ - load_ult.cpp \ - load_stm.cpp \ - load_s3m.cpp \ - load_ptm.cpp \ - load_okt.cpp \ - load_mtm.cpp \ - load_mod.cpp \ - load_med.cpp \ - load_mdl.cpp \ - load_it.cpp \ - load_far.cpp \ - load_dsm.cpp \ - load_dmf.cpp \ - load_dbm.cpp \ - load_ams.cpp \ - load_amf.cpp \ - load_669.cpp \ - load_j2b.cpp \ - load_mt2.cpp \ - load_psm.cpp \ - modplug.cpp - -noinst_HEADERS = it_defs.h stdafx.h sndfile.h modplug.h - -EXTRA_DIST = changes.txt -- cgit v1.2.1