Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
9b9d3e88b1
2 changed files with 4 additions and 5 deletions
  1. +1
    -2
      package/base/ffmpeg/ffmpeg.conf
  2. +3
    -3
      package/base/ffmpeg/ffmpeg.desc

+ 1
- 2
package/base/ffmpeg/ffmpeg.conf

@ -32,9 +32,8 @@ pkginstalled faac && var_append extraconfopt " " "--enable-libfaac"
pkginstalled gsm && var_append extraconfopt " " "--enable-libgsm"
pkginstalled xvid && var_append extraconfopt " " "--enable-libxvid"
pkginstalled x264 && var_append extraconfopt " " "--enable-libx264"
pkginstalled a52dec && var_append extraconfopt " " "--enable-liba52"
var_append extraconfopt " " "--enable-shared --enable-postproc --enable-gpl --enable-swscale --enable-pthreads"
var_append extraconfopt " " "--enable-shared --enable-postproc --enable-gpl --enable-swscale --enable-pthreads --enable-x11grab"
var_append extraconfopt ' ' '--incdir="${includedir#$root}"'

+ 3
- 3
package/base/ffmpeg/ffmpeg.desc

@ -26,7 +26,7 @@
[T] FFmpeg is a complete solution to record, convert and stream audio and
[T] video. It includes libavcodec, the leading audio/video codec library.
[U] http://ffmpeg.sourceforge.net/
[U] http://ffmpeg.mplayerhq.hu/
[A] Many - see the CREDITS file
[M] The ROCK Linux Project
@ -36,8 +36,8 @@
[L] LGPL
[S] Beta
[V] 2008-09-12
[V] 0.5
[P] X --?--5---9 195.200
[D] X ffmpeg-2008-09-12.tar.bz2 svn://svn:svn.mplayerhq.hu/ffmpeg/trunk::15261
[D] 80243572 ffmpeg-0.5.tar.bz2 http://ffmpeg.mplayerhq.hu/releases/

Loading…
Cancel
Save