blob: c75718aa005f379aafdfb8dc92202a5422b67036 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ar,v 1.1.1.1 2003/06/23 07:09:32 mrg Exp $
--- libvo/Makefile.am.orig Wed Feb 20 10:10:29 2002
+++ libvo/Makefile.am
@@ -3,9 +3,9 @@ AUTOMAKE_OPTIONS = 1.3 foreign
DEFAULT_INCLUDES = -I$(top_srcdir) -I$(srcdir) -I$(top_builddir) -I.
CFLAGS = -Wall @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
|