diff options
author | marcus <marcus@FreeBSD.org> | 2008-08-11 03:46:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-08-11 03:46:42 +0800 |
commit | 38555f0722ac2556168f25064a8f283fecfa238c (patch) | |
tree | a5016ab7f13f6d8c788ffec9462482096dab0883 /multimedia/ffmpeg | |
parent | aa0b418f8fdcea12f7bf1355949c13744bc236b4 (diff) | |
download | freebsd-ports-gnome-38555f0722ac2556168f25064a8f283fecfa238c.tar.gz freebsd-ports-gnome-38555f0722ac2556168f25064a8f283fecfa238c.tar.zst freebsd-ports-gnome-38555f0722ac2556168f25064a8f283fecfa238c.zip |
Build libswscale by default once again. I could not reproduce any problems
in swfdec-0.6.8, and ahze couldn't remember exactly what problems were
caused before. If people notice issues after this commit, we will look
into them.
Approved by: multimedia (ahze)
Diffstat (limited to 'multimedia/ffmpeg')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 8 | ||||
-rw-r--r-- | multimedia/ffmpeg/pkg-plist | 9 |
2 files changed, 15 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 00c28c1ef895..4505e39a2ad5 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -7,7 +7,7 @@ PORTNAME= ffmpeg DISTVERSION= 2008-07-27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze @@ -58,7 +58,10 @@ COMPAT_HEADERS= libavcodec/avcodec.h \ libavutil/mem.h \ libavutil/random.h \ libavutil/rational.h \ - libavutil/sha1.h + libavutil/sha1.h \ + libpostproc/postprocess.h \ + libswscale/rgb2rgb.h \ + libswscale/swscale.h .include <bsd.port.pre.mk> @@ -72,6 +75,7 @@ CONFIGURE_ARGS+=--cc="${CC}" --prefix="${PREFIX}" \ --extra-libs="${PTHREAD_LIBS}" \ --enable-gpl \ --enable-pthreads \ + --enable-swscale \ --mandir=${PREFIX}/man CONFIGURE_ENV+= LANG=C MAKE_ENV+= INSTALL="${INSTALL}" diff --git a/multimedia/ffmpeg/pkg-plist b/multimedia/ffmpeg/pkg-plist index c80f3b405945..556a9f8eef76 100644 --- a/multimedia/ffmpeg/pkg-plist +++ b/multimedia/ffmpeg/pkg-plist @@ -22,9 +22,11 @@ include/ffmpeg/mem.h include/ffmpeg/opt.h include/ffmpeg/random.h include/ffmpeg/rational.h +include/ffmpeg/rgb2rgb.h include/ffmpeg/rtsp.h include/ffmpeg/rtspcodes.h include/ffmpeg/sha1.h +include/ffmpeg/swscale.h include/libavcodec/avcodec.h include/libavcodec/opt.h include/libavdevice/avdevice.h @@ -50,6 +52,8 @@ include/libavutil/rational.h include/libavutil/sha1.h include/libpostproc/postprocess.h include/postproc/postprocess.h +include/libswscale/rgb2rgb.h +include/libswscale/swscale.h lib/libavcodec.a lib/libavcodec.so lib/libavcodec.so.1 @@ -70,6 +74,10 @@ lib/libpostproc.a lib/libpostproc.so lib/libpostproc.so.1 lib/libpostproc.so.51.1.0 +lib/libswscale.a +lib/libswscale.so +lib/libswscale.so.0.5.1 +lib/libswscale.so.1 lib/vhook/fish.so lib/vhook/null.so lib/vhook/ppm.so @@ -79,6 +87,7 @@ libdata/pkgconfig/libavdevice.pc libdata/pkgconfig/libavformat.pc libdata/pkgconfig/libavutil.pc libdata/pkgconfig/libpostproc.pc +libdata/pkgconfig/libswscale.pc @dirrm lib/vhook @dirrm include/postproc @dirrm include/libpostproc |