Mercurial > mplayer.hg
view etc/.libdeps @ 14758:94456deb0624
finally the dreaded white-noise-with-floats bug is fixed!!!!
the problem is that lrintf was not prototyped on some systems, but
it's easier and faster just not to use it at all. looks like the cola
goes to our friends the glibc developers for forgetting to put lrintf
in math.h in some versions. :))) i'm sure there are other broken libcs
too though.
also fixed a minor bug in the int->float conversion where the range
for float samples was exceeded...
author | rfelker |
---|---|
date | Tue, 22 Feb 2005 02:12:58 +0000 |
parents | 410b6d8b29fd |
children | 79523a781f1e |
line wrap: on
line source
# If included in the main MPlayer Makefile, this file causes make to # recurse into subdirectories whenever any .c or .h files in those # directories have changed. Then the Makefile in that directory will # take over for detailed dependencies. libmpdvdkit/libmpdvdkit.a libmpdvdkit/libmpdvdkit.so: $(wildcard libmpdvdkit/*.[ch]) libmpdvdkit2/libmpdvdkit.a libmpdvdkit2/libmpdvdkit.so: $(wildcard libmpdvdkit2/*.[ch]) loader/libloader.a: $(wildcard loader/*.[chSs]) loader/dmo/libDMO_Filter.a: $(wildcard loader/dmo/*.[ch]) loader/dshow/libDS_Filter.a: $(wildcard loader/dshow/*.[ch]) libfame/libfame.a: $(wildcard libfame/*.[ch]) libmpdemux/libmpdemux.a: $(wildcard libmpdemux/*.[ch] libmpdemux/*/*.[ch]) libmpcodecs/libmpcodecs.a: $(wildcard libmpcodecs/*.[ch]) libaf/libaf.a: $(wildcard libaf/*.[ch]) libmp1e/libmp1e.a: $(wildcard libmp1e/*.[ch]) libavcodec/libavcodec.a: $(wildcard libavcodec/*.[ch] libavcodec/*/*.[chS]) libmpeg2/libmpeg2.a: $(wildcard libmpeg2/*.[ch]) libvo/libvo.a: $(wildcard libvo/*.[ch]) libao2/libao2.a: $(wildcard libao2/*.[ch]) liba52/liba52.a: $(wildcard liba52/*.[ch]) mp3lib/libMP3.a: $(wildcard mp3lib/*.[ch]) libdha/libdha.so: $(wildcard libdha/*.[ch]) vidix/libvidix.a: $(wildcard vidix/*.[ch]) Gui/libgui.a: $(wildcard Gui/*.[ch] Gui/*/*.[ch] Gui/*/*/*.[ch]) linux/libosdep.a: $(wildcard linux/*.[ch]) postproc/libswscale.a: $(wildcard postproc/*.[ch]) input/libinput.a: $(wildcard input/*.[ch]) libfaad2/libfaad2.a: $(wildcard libfaad2/*.[ch] libfaad2/*/*.[ch]) libavformat/libavformat.a: $(wildcard libavformat/*.[ch]) osdep/libosdep.a: $(wildcard osdep/*.[ch]) libmenu/libmenu.a: $(wildcard libmenu/*.[ch])