File: Makefile.am

package info (click to toggle)
gavl 1.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 14,912 kB
  • sloc: ansic: 437,319; sh: 10,487; makefile: 238
file content (16 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CFLAGS = @LIBGAVL_CFLAGS@

noinst_LTLIBRARIES = libgavl_mmx.la

libgavl_mmx_la_SOURCES = \
scale_x_mmx.c \
scale_y_mmx.c \
deinterlace_blend_mmx.c \
dsp_mmx.c \
transform_mmx.c \
rgb_rgb_mmx.c \
rgb_yuv_mmx.c \
yuv_rgb_mmx.c \
yuv_yuv_mmx.c

noinst_HEADERS=mmx.h mmx_macros.h interpolate.h scale_y.h scale_y_linear.h