$NetBSD: patch-ar,v 1.1.1.1 2004/05/10 13:47:08 wiz Exp $ --- libvo/Makefile.am 2004-03-26 19:17:33.000000000 +0000 +++ libvo/Makefile.am 2004-03-26 19:17:40.000000000 +0000 @@ -3,9 +3,9 @@ DEFAULT_INCLUDES = -I$(top_srcdir) -I$(srcdir) -I$(top_builddir) -I. CFLAGS = -Wall -fPIC -DPIC @CFLAGS@ -I../libmpeg2 -I$(srcdir)/../libmpeg2 -noinst_LIBRARIES = libvout.a +noinst_LTLIBRARIES = libvout.la -libvout_a_SOURCES = video_out.c video_out_ppm.c video_out_yuv.c yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c cpu_accel.c rgb2yuv.c +libvout_la_SOURCES = video_out.c video_out_ppm.c video_out_yuv.c yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c cpu_accel.c rgb2yuv.c noinst_HEADERS = yuv2rgb.h video_out_internal.h video_out.h rgb2yuv.h mmx.h mm_accel.h EXTRA_DIST = COPYING AUTHORS README