diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-02-01 15:17:54 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-02-01 15:17:54 +0000 |
commit | cff483109add70ffd31cd157b3b09a511d8eff45 (patch) | |
tree | 439719a819cc8f7aabd4f8d0346a3a60d7adbd09 /src | |
parent | d34b30b6fad37aa71d802e9793d0480d8c6d30e2 (diff) | |
download | xine-lib-cff483109add70ffd31cd157b3b09a511d8eff45.tar.gz xine-lib-cff483109add70ffd31cd157b3b09a511d8eff45.tar.bz2 |
these header files will need to be bundled in the distribution
CVS patchset: 6098
CVS date: 2004/02/01 15:17:54
Diffstat (limited to 'src')
-rw-r--r-- | src/libffmpeg/libavcodec/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am index 8006d8e94..65b9b2af9 100644 --- a/src/libffmpeg/libavcodec/Makefile.am +++ b/src/libffmpeg/libavcodec/Makefile.am @@ -82,10 +82,12 @@ libavcodec_la_LDFLAGS = \ noinst_HEADERS = \ avcodec.h \ + bswap.h \ cabac.h \ common.h \ dsputil.h \ dvdata.h \ + faandct.h \ golomb.h \ imgconvert_template.h \ indeo3data.h \ |