summaryrefslogtreecommitdiff
path: root/graphics/transcode/patches/patch-ar
blob: 779fe642f75bcff54f5a9ea9128b4c6be8c288c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ar,v 1.2 2004/03/28 20:09:07 mycroft 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