X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fchroma%2FMakefile;h=9d4f5a74984bb8c77f7192ac6b98f58577d89645;hb=53b978f8650fd329bf5298a05c9f8a055ac56fe4;hp=315a145beff498479678188f09974be3eab7a73d;hpb=2be071915d0b90bef9edc114818b02c7be830ca4;p=vlc diff --git a/plugins/chroma/Makefile b/plugins/chroma/Makefile index 315a145bef..9d4f5a7498 100644 --- a/plugins/chroma/Makefile +++ b/plugins/chroma/Makefile @@ -1,34 +1,6 @@ -############################################################################### -# vlc (VideoLAN Client) chroma conversion modules makefile -# (c)2001 VideoLAN -############################################################################### - -# -# Objects -# - -PLUGIN_YUV2RGB8 = yuv2rgb8.o #common.o - -BUILTIN_YUV2RGB8 = $(PLUGIN_YUV2RGB8:%.o=BUILTIN_%.o) - -PLUGIN_C = $(PLUGIN_YUV2RGB8) -BUILTIN_C = $(BUILTIN_YUV2RGB8) -ALL_OBJ = $(PLUGIN_C) $(BUILTIN_C) - -# -# Virtual targets -# - -include ../../Makefile.modules - -# -# Real targets -# - -../yuv2rgb8.so: $(PLUGIN_YUV2RGB8) - $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) - -../yuv2rgb8.a: $(BUILTIN_YUV2RGB8) - ar r $@ $^ - $(RANLIB) $@ - +chroma_i420_rgb_SOURCES = i420_rgb.c i420_rgb8.c i420_rgb16.c +chroma_i420_rgb_mmx_SOURCES = i420_rgb.c i420_rgb16.c +chroma_i420_yuy2_SOURCES = i420_yuy2.c +chroma_i420_yuy2_mmx_SOURCES = i420_yuy2.c +chroma_i422_yuy2_SOURCES = i422_yuy2.c +chroma_i422_yuy2_mmx_SOURCES = i422_yuy2.c