From f02ba9de18c5893b3a20db61dfc7e537b8ae48b9 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 24 Aug 2002 14:49:51 +0000 Subject: [PATCH] * ./configure.in: fixed a typo that prevented compilation of the network modules. * ./debian/rules: added faad to the package generation. --- configure | 2 +- configure.in | 2 +- debian/rules | 22 +++++++++++++--------- doc/fortunes.txt | 12 ++++++++++++ 4 files changed, 27 insertions(+), 11 deletions(-) diff --git a/configure b/configure index 68f89f9633..84ceb950cb 100755 --- a/configure +++ b/configure @@ -5645,7 +5645,7 @@ ALTIVEC_MODULES="codec/mpeg_video/idct/idctaltivec codec/mpeg_video/motion/motio if test x$SYS != xbeos then - PLUGINS="${PLUGINS} ${NETWORK}" + PLUGINS="${PLUGINS} ${NETWORK_MODULES}" fi echo $ac_n "checking if \$CC groks MMX inline assembly""... $ac_c" 1>&6 diff --git a/configure.in b/configure.in index deba188ff6..df061ffb0e 100644 --- a/configure.in +++ b/configure.in @@ -471,7 +471,7 @@ ALTIVEC_MODULES="codec/mpeg_video/idct/idctaltivec codec/mpeg_video/motion/motio if test x$SYS != xbeos then - PLUGINS="${PLUGINS} ${NETWORK}" + PLUGINS="${PLUGINS} ${NETWORK_MODULES}" fi AC_CACHE_CHECK([if \$CC groks MMX inline assembly], diff --git a/debian/rules b/debian/rules index 6c36c9201e..0e7a00e7fe 100755 --- a/debian/rules +++ b/debian/rules @@ -12,12 +12,9 @@ export DH_COMPAT=3 # Compilation options # -FFMPEG_VERSION = cvs -FAAD_VERSION = cvs - CONFIG_FLAGS = --enable-release --prefix=/usr --enable-gnome --enable-gtk --enable-familiar --enable-fb --enable-ggi --enable-sdl --enable-esd --enable-qt --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52 --enable-aa --enable-dvbpsi --enable-xosd --enable-mozilla --enable-kde --enable-mp4 --enable-dvb --enable-dv --enable-svgalib -CONFIG_FLAGS += --enable-ffmpeg --with-ffmpeg-tree=ffmpeg-$(FFMPEG_VERSION) -CONFIG_FLAGS += --enable-faad --with-faad-tree=faad-$(FAAD_VERSION) +CONFIG_FLAGS += --enable-ffmpeg --with-ffmpeg-tree=extras/ffmpeg +CONFIG_FLAGS += --enable-faad --with-faad-tree=extras/faad ifeq ($(DEB_BUILD_ARCH),i386) CONFIG_FLAGS += --enable-glide else @@ -40,8 +37,12 @@ build-stamp: dh_testdir # Check that we have an ffmpeg tree in here (can be a symlink) - test -d ffmpeg-$(FFMPEG_VERSION) - (cd ffmpeg-$(FFMPEG_VERSION) ; ./configure ; make) + test -d extras/ffmpeg + (cd extras/ffmpeg ; ./configure ; make) + + # Check that we have an faad tree in here (can be a symlink) + test -d extras/faad + (cd extras/faad ; ./configure ; make) ./configure --mandir=$${prefix}/share/man \ --infodir=$${prefix}/share/info $(CONFIG_FLAGS) @@ -56,8 +57,11 @@ clean: rm -f build-stamp # Check that we have an ffmpeg tree in here (can be a symlink) - test -d ffmpeg-$(FFMPEG_VERSION) - -(cd ffmpeg-$(FFMPEG_VERSION) ; make distclean) + test -d ffmpeg + -(cd ffmpeg ; make distclean) + # Check that we have an faad tree in here (can be a symlink) + test -d faad + -(cd faad ; make distclean) -$(MAKE) distclean dh_clean diff --git a/doc/fortunes.txt b/doc/fortunes.txt index 3f25daef9a..76b9666971 100644 --- a/doc/fortunes.txt +++ b/doc/fortunes.txt @@ -222,3 +222,15 @@ the Boston strangler is to the woman home alone. -- #videolan % + meuuh: How's the 0.5 coming along? + ArkanumJ : about 5 seconds + meuuh: huh? its going to be released soon? + ArkanumJ : no, it works for five seconds, before crashing + + -- #videolan +% + mais non henri, si on t'appréciait à la qualité de ton code, y'aurait + longtemps qu'on t'aurait fait bouffer de la strychnine + + -- #videolan +% -- 2.39.2