diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-09 02:11:41 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-09 02:11:41 +0200 |
commit | 61d8ae6d22678eabd520d3947928169465def857 (patch) | |
tree | 188650c57ca9c594a32bd3fe06120d3b82f9492d | |
parent | 34e8529aa77776f6902306a444e4bbb74d933010 (diff) | |
download | xine-lib-61d8ae6d22678eabd520d3947928169465def857.tar.gz xine-lib-61d8ae6d22678eabd520d3947928169465def857.tar.bz2 |
Properly use xineplug_ldflags and remove IMPURE_TEXT_LDFLAGS, as there are no inline assembler routines.
-rw-r--r-- | src/vdr/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am index 4cebd4ff3..587acb304 100644 --- a/src/vdr/Makefile.am +++ b/src/vdr/Makefile.am @@ -5,7 +5,7 @@ xineplug_LTLIBRARIES = \ xineplug_inp_vdr_la_SOURCES = input_vdr.c xineplug_inp_vdr_la_LIBADD = $(XINE_LIB) -xineplug_inp_vdr_la_LDFLAGS = -avoid-version -module @IMPURE_TEXT_LDFLAGS@ +xineplug_inp_vdr_la_LDFLAGS = $(xineplug_ldflags) xineinclude_HEADERS = input_vdr.h @@ -14,7 +14,7 @@ xinepost_LTLIBRARIES = \ xineplug_post_vdr_la_SOURCES = post_vdr.c post_vdr_video.c post_vdr_audio.c xineplug_post_vdr_la_LIBADD = $(XINE_LIB) -xineplug_post_vdr_la_LDFLAGS = -avoid-version -module $(xineplug_ldflags) +xineplug_post_vdr_la_LDFLAGS = $(xineplug_ldflags) noinst_HEADERS = post_vdr.h |