annotate TOOLS/mwallp/compile.sh @ 15559:9f157ca7e3c2

Make sure that samplesize is at least 2, as some demuxers set it to 1 (demux_ogg for ac3 in ogm) or possibly even 0, and it causes preinit to set audio_out_minsize too low, which causes overflow (assert).
author hzoli
date Tue, 24 May 2005 06:54:19 +0000
parents bce074f4263f
children 06e4c7737aa7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7511
a0dc7bb65578 fixing compilation on LFS
gabucino
parents: 6457
diff changeset
1 echo
6457
95918d5066b6 mwallp - simple wallpaper setting tool using MPlayer codebase
arpi
parents:
diff changeset
2 gcc -g mwallp.c jpeg.c ../../libvo/aclib.o ../../libmpcodecs/img_format.o \
9450
915590b8193b mwallp compiles again (michael moved libpostproc.....)
gabucino
parents: 8689
diff changeset
3 ../../cpudetect.o ../../mp_msg-mencoder.o ../../libavcodec/libavcodec.a \
11267
bce074f4263f Make gabu happy
attila
parents: 9450
diff changeset
4 ../../postproc/libswscale.a ../../osdep/libosdep.a \
6457
95918d5066b6 mwallp - simple wallpaper setting tool using MPlayer codebase
arpi
parents:
diff changeset
5 -I../../libmpcodecs -I../.. -I../../postproc \
8338
61d7bc41a41f license fixed
gabucino
parents: 7511
diff changeset
6 -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lm -ljpeg -o mwallp