Skip to content

Commit

Permalink
Removed beepmp dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
menno committed Sep 25, 2006
1 parent 83f59d6 commit 7f89307
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
12 changes: 0 additions & 12 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ AM_CONFIG_HEADER(config.h)
AC_ARG_WITH(xmms,[ --with-xmms compile XMMS-1 plugin],
WITHXMMS=$withval, WITHXMMS=no)

AC_ARG_WITH(bmp,[ --with-bmp compile beep media player plugin],
[WITHBMP=$withval;WITHXMMS=$withval], [WITHBMP=no])

AC_ARG_WITH(drm,[ --with-drm compile libfaad with DRM support],
WITHDRM=$withval, WITHDRM=no)

Expand Down Expand Up @@ -151,15 +148,6 @@ else
AM_CONDITIONAL(HAVE_XMMS, false)
fi

if test x$WITHBMP = xyes; then
AC_DEFINE([HAVE_BMP], 1, [User wants beep media player plugin built])
AM_CONDITIONAL([HAVE_XMMS], true)
AM_CONDITIONAL([HAVE_BMP], true)
else
AC_MSG_NOTICE(no beepmp build configured)
AM_CONDITIONAL(HAVE_BMP, false)
fi

if test x$WITHDRM = xyes; then
AC_DEFINE(DRM, 1, [Define if you want to use libfaad together with Digital Radio Mondiale (DRM)])
AC_DEFINE(DRM_PS, 1, [Define if you want support for Digital Radio Mondiale (DRM) parametric stereo])
Expand Down
4 changes: 0 additions & 4 deletions plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ else
if HAVE_XMMS
SUBDIRS = xmms
else
if HAVE_BMP
SUBDIRS = xmms
else
SUBDIRS =
endif #HAVE_BMP
endif #HAVE_XMMS
endif #HAVE_MPEG4IP_PLUG
6 changes: 0 additions & 6 deletions plugins/xmms/src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
if HAVE_BMP
libdir=$(shell pkg-config --variable=input-plugin-dir bmp)
local_CFLAGS=$(shell pkg-config --cflags bmp)
local_LDFLAGS=$(shell pkg-config --libs bmp)
else
local_CFLAGS=`$(XMMS_CONFIG) --cflags` -Wall
local_LDFLAGS=`$(XMMS_CONFIG) --libs`
libdir = `$(XMMS_CONFIG) --input-plugin-dir`
endif #HAVE_BMP
lib_LTLIBRARIES = libmp4.la

libmp4_la_CFLAGS = $(local_CFLAGS) -Wall \
Expand Down

0 comments on commit 7f89307

Please sign in to comment.