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/mlib/libavcodec_mlib_dummy.c | |
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/mlib/libavcodec_mlib_dummy.c')
-rw-r--r-- | src/libffmpeg/libavcodec/mlib/libavcodec_mlib_dummy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/mlib/libavcodec_mlib_dummy.c b/src/libffmpeg/libavcodec/mlib/libavcodec_mlib_dummy.c new file mode 100644 index 000000000..a09ee4e28 --- /dev/null +++ b/src/libffmpeg/libavcodec/mlib/libavcodec_mlib_dummy.c @@ -0,0 +1,2 @@ + +char libavcodec_mlib_dummy; |