]> git.sesse.net Git - vlc/blob - modules/sse2/Makefile.am
avcodec: list all pixel formats, then try hardware acceleration
[vlc] / modules / sse2 / Makefile.am
1 basedir = sse2
2 include $(top_srcdir)/modules/common.am
3
4 libi420_rgb_sse2_plugin_la_SOURCES = \
5         ../video_chroma/i420_rgb.c \
6         ../video_chroma/i420_rgb.h \
7         ../video_chroma/i420_rgb16.c \
8         ../sse2/i420_rgb_sse2.h
9 libi420_rgb_sse2_plugin_la_CFLAGS = $(AM_CFLAGS)
10 libi420_rgb_sse2_plugin_la_LIBADD = $(AM_LIBADD)
11
12 libi420_yuy2_sse2_plugin_la_SOURCES = \
13         ../video_chroma/i420_yuy2.c \
14         ../video_chroma/i420_yuy2.h
15 libi420_yuy2_sse2_plugin_la_CFLAGS = $(AM_CFLAGS)
16 libi420_yuy2_sse2_plugin_la_LIBADD = $(AM_LIBADD)
17
18 libi422_yuy2_sse2_plugin_la_SOURCES = \
19         ../video_chroma/i422_yuy2.c \
20         ../video_chroma/i422_yuy2.h
21 libi422_yuy2_sse2_plugin_la_CFLAGS = $(AM_CFLAGS)
22 libi422_yuy2_sse2_plugin_la_LIBADD = $(AM_LIBADD)
23
24 libvlc_LTLIBRARIES = \
25         libi420_rgb_sse2_plugin.la \
26         libi420_yuy2_sse2_plugin.la \
27         libi422_yuy2_sse2_plugin.la