mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
Fix subrip and vivodump linking.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24199 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2d8cbfd19c
commit
7117b5b121
@ -17,12 +17,14 @@ all: $(OBJS)
|
||||
subrip$(EXESUF): subrip.c
|
||||
$(CC) $(CFLAGS) -g -o $@ $< ../vobsub.o ../spudec.o ../mp_msg.o \
|
||||
../unrarlib.o ../libswscale/libswscale.a ../libavutil/libavutil.a \
|
||||
../libmpcodecs/img_format.o ../osdep/getch2.o -ltermcap -lm
|
||||
../libmpcodecs/img_format.o ../osdep/getch2.o ../osdep/timer-lx.o \
|
||||
../mp_fifo.o -ltermcap -lm
|
||||
|
||||
#FIXME: Linking is broken, help welcome.
|
||||
vivodump$(EXESUF): vivodump.c
|
||||
$(CC) $(CFLAGS) -o $@ $< ../mp_msg.o ../libmpdemux/libmpdemux.a \
|
||||
../stream/stream.a ../osdep/getch2.o -ltermcap -lm
|
||||
../stream/stream.a ../osdep/getch2.o ../osdep/timer-lx.o \
|
||||
../mp_fifo.o -ltermcap -lm
|
||||
|
||||
fastmemcpybench: fastmemcpybench.c
|
||||
$(CC) $(CFLAGS) -g $< -o fastmem-mmx$(EXESUF) ../libvo/aclib.o -DNAME=\"mmx\" -DHAVE_MMX
|
||||
|
Loading…
Reference in New Issue
Block a user