freebsd-ports/multimedia/transcode/files/patch-import_Makefile.in
Diane Bruce b33fd50e92 - Fix build when WITH_LZO is not defined. This disables NuppelVideo import
support which needs lzo.

Reviewed by:	erwin, itetcu
2008-08-15 22:42:37 +00:00

11 lines
338 B
Text

--- import/Makefile.in.orig 2008-08-15 00:00:00.000000000 -0400
+++ import/Makefile.in 2008-08-15 00:01:38.000000000 -0400
@@ -798,7 +798,7 @@
@NET_STREAM_TRUE@NET_MOD = import_net.la
BSDAV_MOD = import_bsdav.la
pkgdir = $(MOD_PATH)
-SUBDIRS = nuv v4l
+SUBDIRS = v4l %%NUV%%
pkg_LTLIBRARIES = \
import_avi.la \
import_mpeg2.la \