diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-14 22:08:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-14 22:08:02 +0000 |
commit | 2e6153f64fc8c34f093fe8996451422c88ec97bc (patch) | |
tree | a36287ddbd1f91c5860a7dda3f159d80e7a69f6e /multimedia/vlc/Makefile.inc | |
parent | 04a7ee12ce7595a5a03430fa8d198eb15a264ce3 (diff) | |
download | ports-2e6153f64fc8c34f093fe8996451422c88ec97bc.tar.gz ports-2e6153f64fc8c34f093fe8996451422c88ec97bc.zip |
Enable the img_resample (old) code even if ffmpeg is built with libswscale
support. There were patches floating around for other OSes that did
something similar. While applications should be moving to libswscale,
some (e.g. vlc) haven't gotten there yet.
Notes
Notes:
svn path=/head/; revision=218561
Diffstat (limited to 'multimedia/vlc/Makefile.inc')
-rw-r--r-- | multimedia/vlc/Makefile.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/multimedia/vlc/Makefile.inc b/multimedia/vlc/Makefile.inc index 7339837899c2..b9814f76e608 100644 --- a/multimedia/vlc/Makefile.inc +++ b/multimedia/vlc/Makefile.inc @@ -218,14 +218,6 @@ # Do not install Vlc's Documents # -pre-everything:: -.if exists(${LOCALBASE}/lib/libswscale.so) - @${ECHO_CMD} - @${ECHO_CMD} 'VLC cannot find ffmpeg if it has been built with the software scaler,' - @${ECHO_CMD} 'be sure to not define WITH_SWSCALER to build it.' - @${ECHO_CMD} -.endif - post-extract: # remove badly formatted pre-generated messages catalogs ${FIND} ${WRKSRC} -name "*.gmo" -delete |