repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix wrong setting of samplesize (must be bytes per sample, not bits)
[mplayer/glamo.git]
/
libvo
/
Makefile
blob
866162b17c019c3f46dd1d14537caf0b4b4176e9
1
2
include
..
/
config.mak
3
4
LIBNAME2
=
libosd.a
5
ifeq
($(
MPLAYER
),
yes
)
6
LIBNAME
=
libvo.a
7
endif
8
9
SRCS
=
aspect.c \
10
geometry.c \
11
spuenc.c \
12
video_out.c \
13
vo_mpegpes.c \
14
vo_null.c \
15
vo_yuv4mpeg.c \
16
$(
VO_SRCS
)
\
17
18
SRCS-
$(
EXTERNAL_VIDIX
) +=
vosub_vidix.c
19
SRCS-
$(
VIDIX
) +=
vosub_vidix.c
20
21
SRCS2
=
aclib.c \
22
osd.c \
23
sub.c \
24
25
SRCS2-
$(
BITMAP_FONT
) +=
font_load.c
26
SRCS2-
$(
FREETYPE
) +=
font_load_ft.c
27
28
CFLAGS-
$(
CONFIG_LIBAVUTIL
) += -
I..
/
libavutil
29
30
CFLAGS
= -
I..
/
osdep
31
32
include
..
/
mpcommon.mak