diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-17 14:58:40 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-17 14:58:40 +0000 |
commit | eba8e15659a34357921e3b47b4f9c73b1e953ee2 (patch) | |
tree | 5cb7cfe7f7954085b7c8b12a94014b9541e2a9b9 | |
parent | e5b0d06cca8d745f4d8926542a5d5145068ed91b (diff) | |
download | xine-lib-eba8e15659a34357921e3b47b4f9c73b1e953ee2.tar.gz xine-lib-eba8e15659a34357921e3b47b4f9c73b1e953ee2.tar.bz2 |
libfame cflag fix
CVS patchset: 4182
CVS date: 2003/02/17 14:58:40
-rw-r--r-- | m4/libfame.m4 | 2 | ||||
-rw-r--r-- | src/dxr3/Makefile.am | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/m4/libfame.m4 b/m4/libfame.m4 index 1d660ef10..e968bcf44 100644 --- a/m4/libfame.m4 +++ b/m4/libfame.m4 @@ -170,8 +170,6 @@ main () LIBS="$ac_save_LIBS" fi fi - LIBFAME_CFLAGS="" - LIBFAME_LIBS="" ifelse([$3], , :, [$3]) fi diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am index 7bcf5e270..67bb828e2 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = $(X_CFLAGS) +AM_CFLAGS = $(X_CFLAGS) $(LIBFAME_CFLAGS) LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la |