repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
jscript: Use jsstr_t for passing strings to regexp matching functions.
[wine.git]
/
dlls
/
winegstreamer
/
Makefile.in
blob
f6695be49d1c6ab40751ebbe09c0b0c8fc113ff4
1
MODULE
=
winegstreamer.dll
2
IMPORTS
=
strmbase strmiids uuid winmm msacm32 msvfw32 ole32 oleaut32 user32 gdi32 advapi32
3
EXTRAINCL
=
@GSTREAMER_INCL@
4
EXTRALIBS
=
@GSTREAMER_LIBS@ @LIBPTHREAD@
5
6
C_SRCS
=
\
7
glibthread.c \
8
gstdemux.c \
9
gsttffilter.c \
10
main.c
11
12
RC_SRCS
=
\
13
rsrc.rc
14
15
@MAKE_DLL_RULES@