From 297fb537f78af31a1a5185e73a6d91cdb3065b23 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Tue, 8 Jan 2002 15:14:06 +0000 Subject: '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 --- src/libffmpeg/libavcodec/mlib/libavcodec_mlib_dummy.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/libffmpeg/libavcodec/mlib/libavcodec_mlib_dummy.c (limited to 'src/libffmpeg/libavcodec/mlib/libavcodec_mlib_dummy.c') 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; -- cgit v1.2.3