Browse Source

rgb2rgb.h was not really intended to be a public header, thus remove it.

Originally committed as revision 27836 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
bddddb5a0b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswscale/Makefile

+ 1
- 1
libswscale/Makefile View File

@@ -13,7 +13,7 @@ OBJS-$(HAVE_VIS) += yuv2rgb_vis.o

ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o

HEADERS = swscale.h rgb2rgb.h
HEADERS = swscale.h

CLEANFILES = cs_test swscale-example



Loading…
Cancel
Save