diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-19 13:37:11 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-19 13:37:11 +0000 |
commit | 063ea5c50d61936076ea1686bfe2f6f57dbb548a (patch) | |
tree | 71a53c590a1c7ea7fa01780c8fe4a664794b66de | |
parent | 68149102d99370d698fbec2c531ee6ba9f23317d (diff) | |
download | xine-lib-063ea5c50d61936076ea1686bfe2f6f57dbb548a.tar.gz xine-lib-063ea5c50d61936076ea1686bfe2f6f57dbb548a.tar.bz2 |
remove some unused variables
CVS patchset: 6703
CVS date: 2004/06/19 13:37:11
-rw-r--r-- | src/video_out/macosx/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_out/macosx/Makefile.am b/src/video_out/macosx/Makefile.am index 11537a1e3..2a3bfa308 100644 --- a/src/video_out/macosx/Makefile.am +++ b/src/video_out/macosx/Makefile.am @@ -4,12 +4,9 @@ EXTRA_DIST = video_window.m video_window.h if HAVE_MACOSX_VIDEO -macosx_module = xineplug_vo_out_macosx.la - lib_LTLIBRARIES = libxine_macosx_video.la libxine_macosx_video_la_SOURCES = video_window.m -libxine_macosx_video_la_LIBADD = # The "-Wl,-framework -Wl,..." is needed for libtool versions before # 1.5.x (1.257): the default version that ships with Mac OS X is 1.5 (1.1220) libxine_macosx_video_la_LDFLAGS = -version-info \ |