1999-12-04 23:38:28 +00:00
|
|
|
--- Makefile.old Mon Nov 29 18:32:05 1999
|
|
|
|
+++ Makefile Mon Nov 29 18:35:26 1999
|
|
|
|
@@ -30,31 +30,32 @@
|
1996-07-10 05:32:54 +00:00
|
|
|
# uncomment the following two lines if you want to include X11 support
|
|
|
|
# (mpeg2decode)
|
|
|
|
|
|
|
|
-#USE_DISP = -DDISPLAY
|
|
|
|
+USE_DISP = -DDISPLAY
|
1996-12-09 15:37:29 +00:00
|
|
|
#LIBS = -lX11
|
1996-07-10 05:32:54 +00:00
|
|
|
|
|
|
|
# uncomment the following two lines if you want to use shared memory
|
|
|
|
# (faster display if server and client run on the same machine)
|
|
|
|
# (mpeg2decode)
|
|
|
|
|
|
|
|
-#USE_SHMEM = -DSH_MEM
|
|
|
|
-#LIBS = -lXext -lX11
|
|
|
|
+USE_SHMEM = -DSH_MEM
|
|
|
|
+LIBS = -lXext -lX11
|
|
|
|
|
|
|
|
# if your X11 include files / libraries are in a non standard location:
|
|
|
|
# set INCLUDEDIR to -I followed by the appropriate include file path and
|
|
|
|
# set LIBRARYDIR to -L followed by the appropriate library path
|
|
|
|
# (mpeg2decode)
|
|
|
|
|
|
|
|
-#INCLUDEDIR = -I/usr/openwin/include
|
|
|
|
-#LIBRARYDIR = -L/usr/openwin/lib
|
|
|
|
+INCLUDEDIR = -I${X11BASE}/include
|
|
|
|
+LIBRARYDIR = -L${X11BASE}/lib
|
|
|
|
|
|
|
|
# select one of the following CC CFLAGS settings
|
|
|
|
|
1996-12-09 15:37:29 +00:00
|
|
|
#
|
1996-07-10 05:32:54 +00:00
|
|
|
# GNU gcc
|
|
|
|
#
|
1999-12-04 23:38:28 +00:00
|
|
|
+.ifndef CC
|
|
|
|
CC = gcc
|
1999-01-05 13:41:51 +00:00
|
|
|
-CFLAGS = -O2
|
1999-12-04 23:38:28 +00:00
|
|
|
+.endif
|
1996-07-10 05:32:54 +00:00
|
|
|
|
1996-12-09 15:37:29 +00:00
|
|
|
all: mpeg2decode mpeg2encode
|
|
|
|
|