git.videolan.org
/
vlc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ALL: splitted screen module (needed as BeOS requires C++)
[vlc.git]
/
modules
/
access
/
screen
/
Modules.am
1
if HAVE_WIN32
2
screen_extra = win32.c
3
else
4
if HAVE_BEOS
5
screen_extra = beos.cpp
6
else
7
screen_extra = x11.c
8
endif
9
endif
10
SOURCES_screen = \
11
screen.c \
12
screen.h \
13
$(screen_extra) \
14
$(NULL)