annotate TOOLS/mwallp/compile.sh @ 7746:15ce89ba92cf

Don't start a CDDB request to the CDDB server if there is no CD in the drive, plus some compilation warning fixes
author bertrand
date Wed, 16 Oct 2002 08:14:42 +0000
parents a0dc7bb65578
children 61d7bc41a41f
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 NOTE: do not compile with --enable-gui
a0dc7bb65578 fixing compilation on LFS
gabucino
parents: 6457
diff changeset
2 echo
6457
95918d5066b6 mwallp - simple wallpaper setting tool using MPlayer codebase
arpi
parents:
diff changeset
3 gcc -g mwallp.c jpeg.c ../../libvo/aclib.o ../../libmpcodecs/img_format.o \
95918d5066b6 mwallp - simple wallpaper setting tool using MPlayer codebase
arpi
parents:
diff changeset
4 ../../cpudetect.o ../../mp_msg.o ../../postproc/libpostproc.a \
95918d5066b6 mwallp - simple wallpaper setting tool using MPlayer codebase
arpi
parents:
diff changeset
5 -I../../libmpcodecs -I../.. -I../../postproc \
7511
a0dc7bb65578 fixing compilation on LFS
gabucino
parents: 6457
diff changeset
6 -L/usr/X11/lib -lX11 -lm -ljpeg -o mwallp