comparison Makefile @ 8829:92bd4156f0f1 libavcodec

Revert adding a _pixfmt to vdpau/xvmc header names. Since vdpau.h was an installed header this would break API.
author diego
date Sat, 14 Feb 2009 13:37:18 +0000
parents 1801845a7e57
children c1bc8a690fc7
comparison
equal deleted inserted replaced
8828:1801845a7e57 8829:92bd4156f0f1
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_pixfmt.h 6 HEADERS = avcodec.h opt.h vdpau.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 \