diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2002-01-08 15:14:06 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2002-01-08 15:14:06 +0000 |
commit | 297fb537f78af31a1a5185e73a6d91cdb3065b23 (patch) | |
tree | 02145266ead11f5488d1959e211d4fd743f26987 /src/libffmpeg/libavcodec/Makefile.am | |
parent | a8bfabbc8ca8ddf9da8028b2159da8fa6935883b (diff) | |
download | xine-lib-297fb537f78af31a1a5185e73a6d91cdb3065b23.tar.gz xine-lib-297fb537f78af31a1a5185e73a6d91cdb3065b23.tar.bz2 |
'ar cr lib' without object files does not create an empty archive library
using the solaris 'ar' command, the xine-lib build process fails when these
non-existant archive libraries are unpacked.
Add a dummy module to each of the accelerated processor specific libraries
that is always added to the library to make sure static archive libraries
are always created.
CVS patchset: 1374
CVS date: 2002/01/08 15:14:06
Diffstat (limited to 'src/libffmpeg/libavcodec/Makefile.am')
-rw-r--r-- | src/libffmpeg/libavcodec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am index 8e2a6a4df..bd959ab40 100644 --- a/src/libffmpeg/libavcodec/Makefile.am +++ b/src/libffmpeg/libavcodec/Makefile.am @@ -18,7 +18,7 @@ libavcodec_la_SOURCES = common.c utils.c mpegvideo.c h263.c jrevdct.c jfdctfst.c motion_est.c imgconvert.c msmpeg4.c \ mpeg12.c h263dec.c rv10.c simple_idct.c #imgresample.c - + libavcodec_la_LDFLAGS = \ $(top_builddir)/src/libffmpeg/libavcodec/armv4l/libavcodec_armv4l.la \ $(top_builddir)/src/libffmpeg/libavcodec/i386/libavcodec_mmx.la \ |