diff options
| author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-11-11 18:44:50 +0000 |
|---|---|---|
| committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-11-11 18:44:50 +0000 |
| commit | 20ff61cb378d2550bedd582a5ce3eae07a84d731 (patch) | |
| tree | 745f5e8278fca6aa49d06df6e2040e7f73201828 /src/libsputext/Makefile.am | |
| parent | 4d689a92b9b261e41607b4b94c07a6cbf8fd78b1 (diff) | |
| download | xine-lib-20ff61cb378d2550bedd582a5ce3eae07a84d731.tar.gz xine-lib-20ff61cb378d2550bedd582a5ce3eae07a84d731.tar.bz2 | |
rename internal API function (_x_<function>).
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50
Diffstat (limited to 'src/libsputext/Makefile.am')
| -rw-r--r-- | src/libsputext/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am index 5dd12bbf3..46256cec6 100644 --- a/src/libsputext/Makefile.am +++ b/src/libsputext/Makefile.am @@ -2,6 +2,8 @@ include $(top_srcdir)/misc/Makefile.common libdir = $(XINE_PLUGINDIR) +AM_CFLAGS = -DTOTO=`echo $* | sed -e 's/\.[csS]//g'` + if HAVE_GICONV sputext_decoder = xineplug_decode_sputext.la xineplug_decode_spuogm.la xineplug_dmx_sputext.la endif |
