Index: PKGBUILD =================================================================== --- PKGBUILD (revision 83998) +++ PKGBUILD (working copy) @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') url="http://ffmpeg.org/" license=('GPL') -depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx') +depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 'openjpeg') makedepends=('yasm') #remake snapshot with: svn export svn://svn.ffmpeg.org/ffmpeg/trunk/@23619 source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}.tar.xz) @@ -41,6 +41,7 @@ --enable-version3 \ --enable-nonfree \ --enable-runtime-cpudetect \ + --enable-libopenjpeg \ --disable-debug || return 1 # libfaac is nonfree make || return 1