summaryrefslogtreecommitdiff
path: root/graphics/mplayer/patches/patch-aa
blob: c7d96817ff39793ccb052eaed9af24842018e2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$NetBSD: patch-aa,v 1.2 2001/12/25 18:02:08 wiz Exp $
--- Makefile.orig	Sun Jul  8 04:21:20 2001
+++ Makefile	Mon Jul 30 22:13:00 2001
@@ -16,7 +16,7 @@
 #prefix = /usr/local
 BINDIR = ${prefix}/bin
 # BINDIR = /usr/local/bin
-SRCS = find_sub.c aviprint.c dll_init.c dec_audio.c dec_video.c aviwrite.c aviheader.c asfheader.c demux_avi.c demux_asf.c demux_mpg.c demuxer.c stream.c codec-cfg.c subreader.c linux/getch2.c linux/timer-lx.c linux/shmem.c xa/xa_gsm.c lirc_mp.c cfgparser.c mixer.c dvdauth.c spudec.c $(STREAM_SRCS)
+SRCS = find_sub.c aviprint.c dll_init.c dec_audio.c dec_video.c aviwrite.c aviheader.c asfheader.c demux_avi.c demux_asf.c demux_mpg.c demuxer.c stream.c codec-cfg.c subreader.c linux/getch2.c linux/timer-lx.c linux/shmem.c xa/xa_gsm.c lirc_mp.c cfgparser.c dvdauth.c spudec.c $(STREAM_SRCS)
 OBJS = $(SRCS:.c=.o)
 CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo $(CSS_INC) $(EXTRA_INC) # -Wall
 A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 $(ALSA_LIB) $(ESD_LIB)
@@ -85,14 +85,9 @@
 $(PRG_CFG):        version.h codec-cfg.c codec-cfg.h
 	$(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML
 
-install: $(PRG) $(PRG_FIBMAP)
-	install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG)
-	install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
-	@echo "Following task requires root privs. If it fails don't panic"
-	@echo "however it means you can't use fibmap_mplayer."
-	@echo "Without this (or without running mplayer as root) you won't be"
-	@echo "able to play DVDs."
-	install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP)
+install: $(PRG) 
+	install -c -m 755 $(PRG) $(BINDIR)/$(PRG)
+	install -c -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
 
 clean:
 	rm -f *.o *~ $(OBJS)