757fee7ad7
use the mjpegutil modules. This commit incorporates changes suggested by wiz@. Bump package revision, as well.
8 lines
304 B
Text
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)
|