Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
fc2e3ded
Commit
fc2e3ded
authored
Sep 18, 2014
by
Gautier Pelloux-Prayer
Browse files
Fix qtcapture filter detection in Makefile.am
parent
a50bbea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/Makefile.am
src/Makefile.am
+8
-8
No files found.
src/Makefile.am
View file @
fc2e3ded
...
...
@@ -310,9 +310,9 @@ basedescs.h: Makefile $(libmediastreamer_base_la_SOURCES)
awk
'BEGIN { print("#include \"mediastreamer2/msfilter.h\"\n") } { printf("extern MSFilterDesc %s;\n",$$1) } '
$(abs_builddir)
/basedescs.txt
>
$(abs_builddir)
/
$@
&&
\
awk
'BEGIN { print("MSFilterDesc * ms_base_filter_descs[]={") } { printf("&%s,\n",$$1) } END{ print("NULL\n};\n") } '
$(abs_builddir)
/basedescs.txt
>>
$(abs_builddir)
/
$@
voipdescs.h
:
Makefile $(libmediastreamer_voip_la_SOURCES)
voipdescs.h
:
Makefile $(libmediastreamer_voip_la_SOURCES)
$(libqtcapture_cocoa_la_SOURCES)
cd
$(srcdir)
&&
\
awk
'BEGIN { FS="[()]" ; }; /^\t*MS_FILTER_DESC_EXPORT/{ printf("%s\n", $$2) } '
>
$(abs_builddir)
/voipdescs.txt
$(libmediastreamer_voip_la_SOURCES)
&&
\
awk
'BEGIN { FS="[()]" ; }; /^\t*MS_FILTER_DESC_EXPORT/{ printf("%s\n", $$2) } '
>
$(abs_builddir)
/voipdescs.txt
$(libmediastreamer_voip_la_SOURCES)
$(libqtcapture_cocoa_la_SOURCES)
&&
\
awk
'BEGIN { print("#include \"mediastreamer2/msfilter.h\"\n") } { printf("extern MSFilterDesc %s;\n",$$1) } '
$(abs_builddir)
/voipdescs.txt
>
$(abs_builddir)
/
$@
&&
\
awk
'BEGIN { print("MSFilterDesc * ms_voip_filter_descs[]={") } { printf("&%s,\n",$$1) } END{ print("NULL\n};\n") } '
$(abs_builddir)
/voipdescs.txt
>>
$(abs_builddir)
/
$@
...
...
@@ -346,9 +346,9 @@ endif
if
BUILD_WIN32
libmediastreamer_base_la_LIBADD
+=
-lole32
\
-loleaut32
\
-lwinmm
\
-luuid
-loleaut32
\
-lwinmm
\
-luuid
endif
if
BUILD_WIN32_WCE
...
...
@@ -394,9 +394,9 @@ endif
if
BUILD_WIN32
libmediastreamer_voip_la_LIBADD
+=
-lole32
\
-loleaut32
\
-lwinmm
\
-luuid
-loleaut32
\
-lwinmm
\
-luuid
endif
if
BUILD_VP8
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment