pkgsrc/multimedia/mjpegtools/patches/patch-af
sekiya 757fee7ad7 Build libmjpegutil as a shared library, which in turn allows transcode to
use the mjpegutil modules.  This commit incorporates changes suggested by wiz@.

Bump package revision, as well.
2004-04-17 05:50:50 +00:00

8 lines
304 B
Text

--- ./aenc/Makefile.am.orig 2003-11-25 19:36:30.000000000 +0900
+++ ./aenc/Makefile.am 2004-04-17 10:57:01.000000000 +0900
@@ -27,4 +27,4 @@
table_th.h \
wav_io.h
-mp2enc_LDADD = $(top_builddir)/utils/libmjpegutils.a $(LIBM_LIBS)
+mp2enc_LDADD = $(top_builddir)/utils/libmjpegutils.la $(LIBM_LIBS)