diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-29 11:10:50 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-29 11:10:50 +0000 |
commit | 098a9e1144f620e3d975648920384d233dd85ed1 (patch) | |
tree | ccc698aa4ef38b140a74671c15fc7ebdbbdc3420 /src/libffmpeg/libavcodec/alpha | |
parent | aa531ef1fc9c69a8468746d1c5d2e8c6aab2d03a (diff) | |
download | xine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.gz xine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.bz2 |
auto* fix: pass 1
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50
Diffstat (limited to 'src/libffmpeg/libavcodec/alpha')
-rw-r--r-- | src/libffmpeg/libavcodec/alpha/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/alpha/Makefile.am b/src/libffmpeg/libavcodec/alpha/Makefile.am index 1f24445ba..372f030d8 100644 --- a/src/libffmpeg/libavcodec/alpha/Makefile.am +++ b/src/libffmpeg/libavcodec/alpha/Makefile.am @@ -3,7 +3,9 @@ EXTRA_DIST = asm.h \ mpegvideo_alpha.c \ motion_est_alpha.c \ motion_est_mvi_asm.S \ - regdef.h + regdef.h \ + dsputil_alpha_asm.S \ + simple_idct_alpha.c all: |