comparison Makefile @ 8830:c1bc8a690fc7 libavcodec

Make xvmc.h an installed header, applications like MPlayer need it.
author diego
date Sat, 14 Feb 2009 13:40:53 +0000
parents 92bd4156f0f1
children 27616b326d57
comparison
equal deleted inserted replaced
8829:92bd4156f0f1 8830:c1bc8a690fc7
1 include $(SUBDIR)../config.mak 1 include $(SUBDIR)../config.mak
2 2
3 NAME = avcodec 3 NAME = avcodec
4 FFLIBS = avutil 4 FFLIBS = avutil
5 5
6 HEADERS = avcodec.h opt.h vdpau.h 6 HEADERS = avcodec.h opt.h vdpau.h xvmc.h
7 7
8 OBJS = allcodecs.o \ 8 OBJS = allcodecs.o \
9 audioconvert.o \ 9 audioconvert.o \
10 bitstream.o \ 10 bitstream.o \
11 bitstream_filter.o \ 11 bitstream_filter.o \