8 lines
273 B
Makefile
8 lines
273 B
Makefile
AM_CFLAGS = @LIBVO_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libvo.a
|
|
libvo_a_SOURCES = video_out.c video_out_x11.c video_out_dx.c video_out_sdl.c \
|
|
video_out_null.c video_out_pgm.c \
|
|
yuv2rgb.c yuv2rgb_mlib.c yuv2rgb_mmx.c
|
|
|
|
EXTRA_DIST = configure.incl convert_internal.h hw_bes.h
|