Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
mediastreamer2
Commits
8fe96689
Commit
8fe96689
authored
Jun 13, 2014
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix installation of public flowcontrol.h header.
parent
67c7dc27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
build/win32native/mediastreamer2.vcxproj
build/win32native/mediastreamer2.vcxproj
+2
-1
include/mediastreamer2/Makefile.am
include/mediastreamer2/Makefile.am
+2
-1
No files found.
build/win32native/mediastreamer2.vcxproj
View file @
8fe96689
...
...
@@ -196,6 +196,7 @@
<ClInclude
Include=
"basedescs.h"
/>
<ClInclude
Include=
"..\..\include\mediastreamer2\dtmfgen.h"
/>
<ClInclude
Include=
"..\..\src\dxfilter.h"
/>
<ClInclude
Include=
"..\..\include\mediastreamer2\flowcontrol.h"
/>
<ClInclude
Include=
"..\..\src\utils\ffmpeg-priv.h"
/>
<ClInclude
Include=
"..\..\src\utils\g711common.h"
/>
<ClInclude
Include=
"..\..\include\mediastreamer2\ice.h"
/>
...
...
@@ -237,4 +238,4 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
include/mediastreamer2/Makefile.am
View file @
8fe96689
...
...
@@ -38,7 +38,8 @@ mediastreamer2_include_HEADERS= ice.h \
msconference.h
\
videostarter.h
\
bits_rw.h
\
x11_helper.h
x11_helper.h
\
flowcontrol.h
EXTRA_DIST
=
$(mediastreamer2_include_HEADERS)
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