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
7da2c0d1
Commit
7da2c0d1
authored
Feb 21, 2013
by
Ghislain MARY
Browse files
Reorganize tools.
parent
4d2b9c2f
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile.am
Makefile.am
+1
-1
build/android/Android.mk
build/android/Android.mk
+1
-1
build/win32-novideo/mediastream.vcproj
build/win32-novideo/mediastream.vcproj
+1
-1
build/win32native/mediastream/mediastream.vcproj
build/win32native/mediastream/mediastream.vcproj
+1
-1
build/win32native/videodisplay.vcproj
build/win32native/videodisplay.vcproj
+1
-1
build/winmob/echo/echo.vcproj
build/winmob/echo/echo.vcproj
+1
-1
configure.ac
configure.ac
+1
-1
tools/.gitignore
tools/.gitignore
+0
-0
tools/Android.mk
tools/Android.mk
+0
-0
tools/Makefile.am
tools/Makefile.am
+0
-0
tools/bench.c
tools/bench.c
+0
-0
tools/echo.c
tools/echo.c
+0
-0
tools/ios/en.lproj/InfoPlist.strings
tools/ios/en.lproj/InfoPlist.strings
+0
-0
tools/ios/en.lproj/MainWindow.xib
tools/ios/en.lproj/MainWindow.xib
+0
-0
tools/ios/en.lproj/mediastreamViewController.xib
tools/ios/en.lproj/mediastreamViewController.xib
+0
-0
tools/ios/mediastream-Info.plist
tools/ios/mediastream-Info.plist
+0
-0
tools/ios/mediastream-Prefix.pch
tools/ios/mediastream-Prefix.pch
+0
-0
tools/ios/mediastreamAppDelegate.h
tools/ios/mediastreamAppDelegate.h
+0
-0
tools/ios/mediastreamAppDelegate.m
tools/ios/mediastreamAppDelegate.m
+0
-0
tools/ios/mediastreamViewController.h
tools/ios/mediastreamViewController.h
+0
-0
No files found.
Makefile.am
View file @
7da2c0d1
...
...
@@ -3,7 +3,7 @@ EXTRA_DIST=mediastreamer-config.h.in pkg.list autogen.sh mediastreamer.pc.in med
ACLOCAL_AMFLAGS
=
-I
m4
$(ACLOCAL_MACOS_FLAGS)
SUBDIRS
=
po src build m4 include t
ests
help
tester
SUBDIRS
=
po src build m4 include t
ools
tester
help
ACLOCAL_FLAGS
=
-I
$(top_srcdir)
/m4
...
...
build/android/Android.mk
View file @
7da2c0d1
...
...
@@ -231,7 +231,7 @@ LOCAL_STATIC_LIBRARIES += cpufeatures
ifeq
($(BUILD_MS2), 1)
LOCAL_SRC_FILES
+=
\
../t
est
s/mediastream.c
../t
ool
s/mediastream.c
LOCAL_STATIC_LIBRARIES
+=
\
libgsm
...
...
build/win32-novideo/mediastream.vcproj
View file @
7da2c0d1
...
...
@@ -124,7 +124,7 @@
Filter=
"cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\t
est
s\mediastream.c"
>
RelativePath=
"..\..\t
ool
s\mediastream.c"
>
</File>
</Filter>
<Filter
...
...
build/win32native/mediastream/mediastream.vcproj
View file @
7da2c0d1
...
...
@@ -180,7 +180,7 @@
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\..\t
est
s\mediastream.c"
RelativePath=
"..\..\..\t
ool
s\mediastream.c"
>
</File>
</Filter>
...
...
build/win32native/videodisplay.vcproj
View file @
7da2c0d1
...
...
@@ -181,7 +181,7 @@
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\t
est
s\videodisplay.c"
RelativePath=
"..\..\t
ool
s\videodisplay.c"
>
</File>
</Filter>
...
...
build/winmob/echo/echo.vcproj
View file @
7da2c0d1
...
...
@@ -205,7 +205,7 @@
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\..\t
est
s\echo.c"
RelativePath=
"..\..\..\t
ool
s\echo.c"
>
</File>
</Filter>
...
...
configure.ac
View file @
7da2c0d1
...
...
@@ -932,7 +932,7 @@ AC_CONFIG_FILES(
include/Makefile
include/mediastreamer2/Makefile
src/Makefile
t
est
s/Makefile
t
ool
s/Makefile
build/Makefile
build/win32native/Makefile
build/win32native/mediastream/Makefile
...
...
t
est
s/.gitignore
→
t
ool
s/.gitignore
View file @
7da2c0d1
File moved
t
est
s/Android.mk
→
t
ool
s/Android.mk
View file @
7da2c0d1
File moved
t
est
s/Makefile.am
→
t
ool
s/Makefile.am
View file @
7da2c0d1
File moved
t
est
s/bench.c
→
t
ool
s/bench.c
View file @
7da2c0d1
File moved
t
est
s/echo.c
→
t
ool
s/echo.c
View file @
7da2c0d1
File moved
t
est
s/ios/en.lproj/InfoPlist.strings
→
t
ool
s/ios/en.lproj/InfoPlist.strings
View file @
7da2c0d1
File moved
t
est
s/ios/en.lproj/MainWindow.xib
→
t
ool
s/ios/en.lproj/MainWindow.xib
View file @
7da2c0d1
File moved
t
est
s/ios/en.lproj/mediastreamViewController.xib
→
t
ool
s/ios/en.lproj/mediastreamViewController.xib
View file @
7da2c0d1
File moved
t
est
s/ios/mediastream-Info.plist
→
t
ool
s/ios/mediastream-Info.plist
View file @
7da2c0d1
File moved
t
est
s/ios/mediastream-Prefix.pch
→
t
ool
s/ios/mediastream-Prefix.pch
View file @
7da2c0d1
File moved
t
est
s/ios/mediastreamAppDelegate.h
→
t
ool
s/ios/mediastreamAppDelegate.h
View file @
7da2c0d1
File moved
t
est
s/ios/mediastreamAppDelegate.m
→
t
ool
s/ios/mediastreamAppDelegate.m
View file @
7da2c0d1
File moved
t
est
s/ios/mediastreamViewController.h
→
t
ool
s/ios/mediastreamViewController.h
View file @
7da2c0d1
File moved
Prev
1
2
Next
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