annotate TOOLS/mwallp/compile.sh @ 8689:691c06aa5b5d

compile fixed. even with --enable-gui
author arpi
date Wed, 01 Jan 2003 03:24:52 +0000
parents 61d7bc41a41f
children 915590b8193b
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 \
8689
691c06aa5b5d compile fixed. even with --enable-gui
arpi
parents: 8338
diff changeset
3 ../../cpudetect.o ../../mp_msg-mencoder.o ../../postproc/libpostproc.a \
691c06aa5b5d compile fixed. even with --enable-gui
arpi
parents: 8338
diff changeset
4 ../../postproc/libswscale.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