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
48713810
Commit
48713810
authored
Feb 28, 2014
by
Guillaume BIENKOWSKI
Browse files
Remove inclusion of descriptor headers, this messes up static compilation.
Prefer external declaration
parent
77b6e16c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
tester/mediastreamer2_framework_tester.c
tester/mediastreamer2_framework_tester.c
+1
-2
No files found.
tester/mediastreamer2_framework_tester.c
View file @
48713810
...
...
@@ -28,8 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "private.h"
#include "mediastreamer2_tester.h"
#include "mediastreamer2_tester_private.h"
#include "basedescs.h"
#include "voipdescs.h"
#include <stdio.h>
#include "CUnit/Basic.h"
...
...
@@ -52,6 +50,7 @@ static int tester_cleanup(void) {
return
0
;
}
extern
MSFilterDesc
ms_alaw_dec_desc
;
extern
MSFilterDesc
ms_void_source_desc
;
static
void
filter_register_tester
(
void
)
{
ms_init
();
...
...
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