mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
win32/common/libgstreamer.def: Add new exported functions.
Original commit message from CVS: * win32/common/libgstreamer.def: Add new exported functions. * win32/vs6/grammar.dsp: Use grammar pre-generated files.
This commit is contained in:
parent
f38b77d70b
commit
320e1ddb82
4 changed files with 19 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-05-09 Sebastien Moutte <sebastien@moutte.net>
|
||||
|
||||
* win32/common/libgstreamer.def:
|
||||
Add new exported functions.
|
||||
* win32/vs6/grammar.dsp:
|
||||
Use grammar pre-generated files.
|
||||
|
||||
2007-05-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Based on patch by: Peter Kjellerstedt <pkj at axis com>
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 61edc2dc7b8eba179d85a6545e46e0d65239e94d
|
||||
Subproject commit a6e41a42ec1b93fddbd14b2e5af87e2d456b8962
|
|
@ -331,6 +331,8 @@ EXPORTS
|
|||
gst_message_get_structure
|
||||
gst_message_get_type
|
||||
gst_message_new_application
|
||||
gst_message_new_async_done
|
||||
gst_message_new_async_start
|
||||
gst_message_new_buffering
|
||||
gst_message_new_clock_lost
|
||||
gst_message_new_clock_provide
|
||||
|
|
|
@ -69,8 +69,9 @@ SOURCE=..\..\gst\parse\grammar.y
|
|||
InputPath=..\..\gst\parse\grammar.y
|
||||
|
||||
BuildCmds= \
|
||||
bison -d -v -p_gst_parse__yy ..\..\gst\parse\grammar.y -o ..\..\gst\parse\grammar.tab.c \
|
||||
flex -P_gst_parse_yy -o..\..\gst\parse\lex._gst_parse_yy.c ..\..\gst\parse\parse.l \
|
||||
copy /y ..\..\gst\parse\grammar.tab.pre.c ..\..\gst\parse\grammar.tab.c \
|
||||
copy /y ..\..\gst\parse\grammar.tab.pre.h ..\..\gst\parse\grammar.tab.h \
|
||||
copy /y ..\..\gst\parse\lex._gst_parse_yy.pre.c ..\..\gst\parse\lex._gst_parse_yy.c \
|
||||
|
||||
|
||||
"..\..\gst\parse\lex._gst_parse_yy.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
|
@ -89,8 +90,9 @@ BuildCmds= \
|
|||
InputPath=..\..\gst\parse\grammar.y
|
||||
|
||||
BuildCmds= \
|
||||
bison -d -v -p_gst_parse__yy ..\..\gst\parse\grammar.y -o ..\..\gst\parse\grammar.tab.c \
|
||||
flex -P_gst_parse_yy -o..\..\gst\parse\lex._gst_parse_yy.c ..\..\gst\parse\parse.l \
|
||||
copy /y ..\..\gst\parse\grammar.tab.pre.c ..\..\gst\parse\grammar.tab.c \
|
||||
copy /y ..\..\gst\parse\grammar.tab.pre.h ..\..\gst\parse\grammar.tab.h \
|
||||
copy /y ..\..\gst\parse\lex._gst_parse_yy.pre.c ..\..\gst\parse\lex._gst_parse_yy.c \
|
||||
|
||||
|
||||
"..\..\gst\parse\lex._gst_parse_yy.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
|
@ -116,6 +118,7 @@ SOURCE=..\..\gst\gst.h
|
|||
SOURCE=..\common\gstconfig.h
|
||||
|
||||
!IF "$(CFG)" == "grammar - Win32 Release"
|
||||
|
||||
# Begin Custom Build
|
||||
InputPath=..\common\gstconfig.h
|
||||
|
||||
|
@ -123,6 +126,7 @@ InputPath=..\common\gstconfig.h
|
|||
copy /y ..\common\gstconfig.h ..\..\gst
|
||||
|
||||
# End Custom Build
|
||||
|
||||
!ELSEIF "$(CFG)" == "grammar - Win32 Debug"
|
||||
|
||||
# Begin Custom Build
|
||||
|
@ -182,6 +186,7 @@ BuildCmds= \
|
|||
SOURCE=..\..\gst\gstmarshal.list
|
||||
|
||||
!IF "$(CFG)" == "grammar - Win32 Release"
|
||||
|
||||
# Begin Custom Build
|
||||
InputPath=..\..\gst\gstmarshal.list
|
||||
|
||||
|
|
Loading…
Reference in a new issue