Changeset f7ec00574a804ef44c3a55628e576b30e80b05fb

Show
Ignore:
Timestamp:
09/14/04 13:45:44 (4 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1095162344 +0000
git-parent:

[23fc364a43d2f65ecdbbf06baf39fb729e1dfb09]

git-author:
Gildas Bazin <gbazin@videolan.org> 1095162344 +0000
Message:

* configure.ac: fixed --with-ffmpeg-dts.
* INSTALL.win32: update with new contrib package.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL.win32

    r62b3795 rf7ec005  
    9595actually really easy to compile a full-featured version of vlc (these compiled 
    9696libraries will only work with mingw or cygwin): 
    97 http://download.videolan.org/pub/testing/win32/contrib-20040510-win32-bin-gcc3.3.1-only.tar.bz2 (Check out fo more recent versions at the same location).  
     97http://download.videolan.org/pub/testing/win32/contrib-20040902-win32-bin-gcc3.3.1-only.tar.bz2 (Check out fo more recent versions at the same location).  
    9898 
    9999All you need to do is extract it in your root directory (the include files 
     
    101101command:  
    102102 
    103   tar xjvf contrib-20040510-win32-bin-gcc3.3.1-only.tar.bz2 -C / 
     103  tar xjvf contrib-20040902-win32-bin-gcc3.3.1-only.tar.bz2 -C / 
    104104 
    105105Please note the "-C /".  
     
    128128      --enable-nls \ 
    129129      --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ 
    130       --enable-faad --enable-flac --enable-theora \ 
     130      --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ 
    131131      --with-wx-config-path=/usr/win32/bin \ 
    132132      --with-freetype-config-path=/usr/win32/bin \ 
     
    137137      --with-dvdnav-config-path=/usr/win32/bin \ 
    138138      --disable-cddax --disable-vcdx --enable-goom \ 
     139      --enable-toolame --enable-dvdread \ 
    139140      --enable-debug 
    140141 
     
    151152      --enable-nls \ 
    152153      --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ 
    153       --enable-faad --enable-flac --enable-theora \ 
     154      --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ 
    154155      --with-wx-config-path=/usr/win32/bin \ 
    155156      --with-freetype-config-path=/usr/win32/bin \ 
     
    160161      --with-dvdnav-config-path=/usr/win32/bin \ 
    161162      --disable-cddax --disable-vcdx --enable-goom \ 
     163      --enable-toolame --enable-dvdread \ 
    162164      --enable-debug 
    163165 
     
    175177      --enable-nls \ 
    176178      --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ 
    177       --enable-faad --enable-flac --enable-theora \ 
     179      --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ 
    178180      --with-wx-config-path=/usr/win32/bin \ 
    179181      --with-freetype-config-path=/usr/win32/bin \ 
     
    184186      --with-dvdnav-config-path=/usr/win32/bin \ 
    185187      --disable-cddax --disable-vcdx --enable-goom \ 
     188      --enable-toolame --enable-dvdread \ 
    186189      --enable-debug 
    187190 
     
    198201      --enable-nls \ 
    199202      --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ 
    200       --enable-faad --enable-flac --enable-theora \ 
    201       --with-wx-config-path=/usr/win32/bin \ 
    202       --with-freetype-config-path=/usr/win32/bin \ 
    203       --with-fribidi-config-path=/usr/win32/bin \ 
    204       --enable-caca --with-caca-config-path=/usr/win32/bin \ 
    205       --with-xml2-config-path=/usr/win32/bin \ 
    206       --with-dvdnav-config-path=/usr/win32/bin \ 
    207       --disable-cddax --disable-vcdx --enable-goom \ 
     203      --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ 
     204      --with-wx-config-path=/usr/win32/bin \ 
     205      --with-freetype-config-path=/usr/win32/bin \ 
     206      --with-fribidi-config-path=/usr/win32/bin \ 
     207      --enable-caca --with-caca-config-path=/usr/win32/bin \ 
     208      --with-xml2-config-path=/usr/win32/bin \ 
     209      --with-dvdnav-config-path=/usr/win32/bin \ 
     210      --disable-cddax --disable-vcdx --enable-goom \ 
     211      --enable-toolame --enable-dvdread \ 
    208212      --disable-mkv \ 
    209213      --enable-debug 
  • configure.ac

    r15b4ed2 rf7ec005  
    18431843      [    --with-ffmpeg-dts   if ffmpeg has been compiled with dts support], 
    18441844      [ 
    1845         VLC_ADD_LDFLAGS([ffmpeg],[-lz]) ]) 
     1845        VLC_ADD_LDFLAGS([ffmpeg],[-ldts]) ]) 
    18461846 
    18471847    AC_ARG_WITH(ffmpeg-zlib,