diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-17 19:29:32 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-17 19:29:32 +0000 |
commit | 70dc13d0f5a33871b6e1f4ede9ed3a50159f4ad6 (patch) | |
tree | 12ed91e90be8b123c198d13fc4b697d0cf6ac237 | |
parent | 2b3df508106c0cf311132baeab89a2049fe22a77 (diff) | |
download | xine-lib-70dc13d0f5a33871b6e1f4ede9ed3a50159f4ad6.tar.gz xine-lib-70dc13d0f5a33871b6e1f4ede9ed3a50159f4ad6.tar.bz2 |
Remove syncfb references from the Debian-specific code.
-rw-r--r-- | debian/libxine2-doc.docs | 1 | ||||
-rwxr-xr-x | debian/rules | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/debian/libxine2-doc.docs b/debian/libxine2-doc.docs index a1e62bcf1..799c2c091 100644 --- a/debian/libxine2-doc.docs +++ b/debian/libxine2-doc.docs @@ -2,7 +2,6 @@ debian/tmp/usr/share/doc/libxine2/faq/* debian/tmp/usr/share/doc/libxine2/README_xxmc.html debian/tmp/usr/share/doc/libxine2/README debian/tmp/usr/share/doc/libxine2/faq.* -debian/tmp/usr/share/doc/libxine2/README.syncfb* debian/tmp/usr/share/doc/libxine2/README.opengl* debian/tmp/usr/share/doc/libxine2/README.dxr3* debian/tmp/usr/share/doc/libxine2/README.dvb* diff --git a/debian/rules b/debian/rules index 0f38fb778..afc201add 100755 --- a/debian/rules +++ b/debian/rules @@ -58,11 +58,6 @@ ifeq (,$(findstring optimize,$(DEB_BUILD_OPTIONS))) DEB_BUILD_CONFIG_OPTIONS += --build=$(DEB_BUILD_GNU_TYPE) endif -# enable SyncFB video output plugin on Linux -ifeq (linux,$(filter linux,$(subst -, ,$(DEB_BUILD_GNU_TYPE)))) - DEB_BUILD_CONFIG_OPTIONS += --enable-syncfb -endif - # --mandir - remove after etch released (autoconf >= 2.59c gets it right) CONFIGURE_FLAGS := --prefix=/usr \ --with-external-libmad \ |