[MPlayer-dev-eng] Missing libs in etc/.libdeps

Torinthiel torinthiel at megapolis.pl
Thu Jun 3 08:36:12 CEST 2004


A few libs were (perhaps intentionally, but because of the nature of
this file I doubt it) left out from main/etc/.libdeps file
Namely these were libavformat, libfaad2, osdep and libmenu.
Yes, I know libavformat is external, but so is libavcodec which is
included.
Attached is the patch to fix it. Files are not in alphabetical order,
but neither is the original file.
Torinthiel

-- 
 Waclaw "Torinthiel" Schiller       GG#: 542916, 3073512
   torinthiel(at)megapolis(dot)pl
   gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8  7346 2B6E 39F2 B069 01F1
 "No classmates may be used during this examination"
-------------- next part --------------
Index: etc/.libdeps
===================================================================
RCS file: /cvsroot/mplayer/main/etc/.libdeps,v
retrieving revision 1.3
diff -u -r1.3 .libdeps
--- etc/.libdeps	4 Oct 2003 22:00:22 -0000	1.3
+++ etc/.libdeps	3 Jun 2004 06:32:44 -0000
@@ -24,6 +24,10 @@
 linux/libosdep.a: $(wildcard linux/*.[ch])
 postproc/libpostproc.a: $(wildcard postproc/*.[ch])
 input/libinput.a: $(wildcard input/*.[ch])
+libfaad2/libfaad2.a: $(wildcard libfaad2/*.[ch])
+libavformat/libavformat.a: $(wildcard libavformat/*.[ch])
+osdep/libosdep.a: $(wildcard libosdep/*.[ch])
+libmenu/libmenu.a: $(wildcard libmenu/*.[ch])
 ifneq ($(MPFLAC),none)
 libmpflac/libmpflac.a: $(wildcard libmpflac/*.[ch])
 endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20040603/6bf7c25e/attachment.pgp>


More information about the MPlayer-dev-eng mailing list