diff options
| author | František Dvořák <valtri@users.sourceforge.net> | 2003-10-08 05:33:28 +0000 |
|---|---|---|
| committer | František Dvořák <valtri@users.sourceforge.net> | 2003-10-08 05:33:28 +0000 |
| commit | e7f00e3515fdd34fd9d8252c3390a8e6b9ec0253 (patch) | |
| tree | a67c9ec79e5d69ff3934bb4aacae34581677e5ff /src/input/Makefile.am | |
| parent | af7053945d019b6dfa41967709dee00ee21b79b7 (diff) | |
| download | xine-lib-e7f00e3515fdd34fd9d8252c3390a8e6b9ec0253.tar.gz xine-lib-e7f00e3515fdd34fd9d8252c3390a8e6b9ec0253.tar.bz2 | |
encoding of URL with multibyte characters in MMS for using xine in China
CVS patchset: 5473
CVS date: 2003/10/08 05:33:28
Diffstat (limited to 'src/input/Makefile.am')
| -rw-r--r-- | src/input/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 282dfd52c..d14bff37f 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -85,7 +85,7 @@ xineplug_inp_net_la_LIBADD = $(XINE_LIB) xineplug_inp_net_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_inp_mms_la_SOURCES = input_mms.c net_buf_ctrl.c mms.c mmsh.c -xineplug_inp_mms_la_LIBADD = $(XINE_LIB) +xineplug_inp_mms_la_LIBADD = $(XINE_LIB) @LIBICONV@ xineplug_inp_mms_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_inp_vcd_la_SOURCES = input_vcd.c media_helper.c |
