mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
postproc --> libswscale
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18868 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d4d3146c8a
commit
52b8a22453
@ -25,7 +25,7 @@
|
||||
#include "wsxdnd.h"
|
||||
#include "../cpudetect.h"
|
||||
#include "../libswscale/swscale.h"
|
||||
#include "../postproc/rgb2rgb.h"
|
||||
#include "../libswscale/rgb2rgb.h"
|
||||
#include "../libmpcodecs/vf_scale.h"
|
||||
#include "../mp_msg.h"
|
||||
#include "../help_mp.h"
|
||||
|
@ -27,8 +27,8 @@ png2raw: png2raw.c
|
||||
|
||||
subrip: subrip.c
|
||||
$(CC) $(CFLAGS) -g -o $@ $< ../vobsub.o ../spudec.o ../mp_msg.o \
|
||||
../unrarlib.o ../postproc/swscale.o ../postproc/rgb2rgb.o \
|
||||
../postproc/yuv2rgb.o ../libmpcodecs/img_format.o -lm
|
||||
../unrarlib.o ../libswscale/swscale.o ../libswscale/rgb2rgb.o \
|
||||
../libswscale/yuv2rgb.o ../libmpcodecs/img_format.o -lm
|
||||
|
||||
vivodump: vivodump.c
|
||||
$(CC) $(CFLAGS) -o $@ $< ../mp_msg.o ../libmpdemux/libmpdemux.a
|
||||
|
@ -1,6 +1,6 @@
|
||||
echo
|
||||
gcc -g mwallp.c jpeg.c ../../libvo/aclib.o ../../libmpcodecs/img_format.o \
|
||||
../../cpudetect.o ../../mp_msg-mencoder.o ../../libavcodec/libavcodec.a \
|
||||
../../postproc/libswscale.a ../../osdep/libosdep.a \
|
||||
-I../../libmpcodecs -I../.. -I../../postproc \
|
||||
../../libswscale/libswscale.a ../../osdep/libosdep.a \
|
||||
-I../../libmpcodecs -I../.. -I../../libswscale \
|
||||
-L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lm -ljpeg -o mwallp
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* -*- compile-command: "gcc -g -Wall -I.. -o subrip subrip.c ../vobsub.o ../spudec.o ../mp_msg.o ../unrarlib.o ../postproc/swscale.o ../postproc/rgb2rgb.o ../postproc/yuv2rgb.o ../libmpcodecs/img_format.o -lm" -*- */
|
||||
/* -*- compile-command: "gcc -g -Wall -I.. -o subrip subrip.c ../vobsub.o ../spudec.o ../mp_msg.o ../unrarlib.o ../libswscale/swscale.o ../libswscale/rgb2rgb.o ../libswscale/yuv2rgb.o ../libmpcodecs/img_format.o -lm" -*- */
|
||||
/*
|
||||
* Use with CVS JOCR/GOCR.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user