]> git.sesse.net Git - vlc/commitdiff
* ./configure.in: fixed a typo that prevented compilation of the network
authorSam Hocevar <sam@videolan.org>
Sat, 24 Aug 2002 14:49:51 +0000 (14:49 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 24 Aug 2002 14:49:51 +0000 (14:49 +0000)
    modules.
  * ./debian/rules: added faad to the package generation.

configure
configure.in
debian/rules
doc/fortunes.txt

index 68f89f963357b8bec836cc326dd6f5884b38e023..84ceb950cb7e51266809579a7ed39f9452162c1c 100755 (executable)
--- 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
index deba188ff608ded5c61fdea04330f80d66b40d19..df061ffb0e76e11ebb92d83b9cfdbb43aa2ad865 100644 (file)
@@ -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],
index 6c36c9201ed4741fd43553076d2e30746da08b1b..0e7a00e7fe637d068dc33f91f3ea0453b322fe77 100755 (executable)
@@ -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
index 3f25daef9a107ac0fe141666bfdbdebf4ad35e3c..76b96669719a91033a957224710efbfb19fdba6a 100644 (file)
@@ -222,3 +222,15 @@ the Boston strangler is to the woman home alone.
 
   -- #videolan
 %
+<ArkanumJ> meuuh: How's the 0.5 coming along? 
+<Meuuh> ArkanumJ : about 5 seconds
+<ArkanumJ> meuuh: huh? its going to be released soon?
+<Meuuh> ArkanumJ : no, it works for five seconds, before crashing
+
+  -- #videolan
+%
+<Meuuh> 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
+%