OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [email protected]
  Module: openpkg-src                      Date:   28-Feb-2009 21:02:07
  Branch: HEAD                             Handle: 2009022820020600

  Modified files:
    openpkg-src/ffmpeg      ffmpeg.spec

  Log:
    enable more codecs

  Summary:
    Revision    Changes     Path
    1.13        +10 -3      openpkg-src/ffmpeg/ffmpeg.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ffmpeg/ffmpeg.spec
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 ffmpeg.spec
  --- openpkg-src/ffmpeg/ffmpeg.spec    28 Feb 2009 19:32:26 -0000      1.12
  +++ openpkg-src/ffmpeg/ffmpeg.spec    28 Feb 2009 20:02:06 -0000      1.13
  @@ -47,6 +47,8 @@
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20060823, perl, make, gcc
   PreReq:       OpenPKG, openpkg >= 20060823
  +BuildPreReq:  x264, speex, vorbis-libs
  +PreReq:       x264, speex, vorbis-libs
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -70,13 +72,18 @@
       CPPFLAGS="%{l_cppflags}" \
       LDFLAGS="%{l_ldflags}" \
       ./configure \
  +        --extra-cflags="%{l_cflags -O} %{l_cppflags}" \
  +        --extra-ldflags="%{l_ldflags}" \
           --prefix=%{l_prefix} \
           --mandir=%{l_prefix}/man \
  +        --enable-gpl \
  +        --enable-nonfree \
  +        --enable-libspeex \
  +        --enable-libvorbis \
  +        --enable-libx264 \
           --disable-protocol=udp \
           --disable-devices \
  -        --disable-shared \
  -        --enable-gpl \
  -        --enable-nonfree
  +        --disable-shared
       %{l_make} %{l_mflags}
   
   %install
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to