aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-08-15 06:08:02 +0800
committermarcus <marcus@FreeBSD.org>2008-08-15 06:08:02 +0800
commitb0f4d0d85bac44b7d048a301037862d9e6f8502b (patch)
tree9ce9ea73d84f950601e29c7cd928a3e32d962dec /multimedia/vlc
parentdcc74136af8acf1b120f4e599cfb4b812d71339d (diff)
downloadfreebsd-ports-gnome-b0f4d0d85bac44b7d048a301037862d9e6f8502b.tar.gz
freebsd-ports-gnome-b0f4d0d85bac44b7d048a301037862d9e6f8502b.tar.zst
freebsd-ports-gnome-b0f4d0d85bac44b7d048a301037862d9e6f8502b.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.
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile.inc8
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