projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0be607
)
wcap: Rename wcap-encode to just wcap
author
Kristian Høgsberg
<krh@bitplanet.net>
Fri, 25 May 2012 22:03:52 +0000
(18:03 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Fri, 25 May 2012 22:03:52 +0000
(18:03 -0400)
20 files changed:
Makefile.am
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
src/screenshooter.c
patch
|
blob
|
history
wcap/COPYING
[moved from
wcap-decode/COPYING
with 100% similarity]
patch
|
blob
|
history
wcap/EbmlIDs.h
[moved from
wcap-decode/EbmlIDs.h
with 100% similarity]
patch
|
blob
|
history
wcap/EbmlWriter.c
[moved from
wcap-decode/EbmlWriter.c
with 100% similarity]
patch
|
blob
|
history
wcap/EbmlWriter.h
[moved from
wcap-decode/EbmlWriter.h
with 100% similarity]
patch
|
blob
|
history
wcap/args.c
[moved from
wcap-decode/args.c
with 100% similarity]
patch
|
blob
|
history
wcap/args.h
[moved from
wcap-decode/args.h
with 100% similarity]
patch
|
blob
|
history
wcap/mem_ops.h
[moved from
wcap-decode/mem_ops.h
with 100% similarity]
patch
|
blob
|
history
wcap/mem_ops_aligned.h
[moved from
wcap-decode/mem_ops_aligned.h
with 100% similarity]
patch
|
blob
|
history
wcap/tools_common.c
[moved from
wcap-decode/tools_common.c
with 100% similarity]
patch
|
blob
|
history
wcap/tools_common.h
[moved from
wcap-decode/tools_common.h
with 100% similarity]
patch
|
blob
|
history
wcap/vpx_config.h
[moved from
wcap-decode/vpx_config.h
with 100% similarity]
patch
|
blob
|
history
wcap/vpx_timer.h
[moved from
wcap-decode/vpx_timer.h
with 100% similarity]
patch
|
blob
|
history
wcap/vpxenc.c
[moved from
wcap-decode/vpxenc.c
with 100% similarity]
patch
|
blob
|
history
wcap/wcap-decode.c
[moved from
wcap-decode/wcap-decode.c
with 100% similarity]
patch
|
blob
|
history
wcap/wcap-decode.h
[moved from
wcap-decode/wcap-decode.h
with 100% similarity]
patch
|
blob
|
history
wcap/y4minput.c
[moved from
wcap-decode/y4minput.c
with 100% similarity]
patch
|
blob
|
history
wcap/y4minput.h
[moved from
wcap-decode/y4minput.h
with 100% similarity]
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
fbc96e6
..
53eb43c
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,3
+1,3
@@
-SUBDIRS = shared src clients wcap
-decode
data protocol tests
+SUBDIRS = shared src clients wcap data protocol tests
DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
diff --git
a/configure.ac
b/configure.ac
index
19bceef
..
d65848a
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-198,7
+198,7
@@
AC_CONFIG_FILES([Makefile
src/Makefile
src/xwayland/Makefile
clients/Makefile
- wcap
-decode
/Makefile
+ wcap/Makefile
data/Makefile
protocol/Makefile
tests/Makefile])
diff --git
a/src/screenshooter.c
b/src/screenshooter.c
index
e3e8779
..
da06ae3
100644
(file)
--- a/
src/screenshooter.c
+++ b/
src/screenshooter.c
@@
-31,7
+31,7
@@
#include "compositor.h"
#include "screenshooter-server-protocol.h"
-#include "../wcap
-decode
/wcap-decode.h"
+#include "../wcap/wcap-decode.h"
struct screenshooter {
struct wl_object base;
diff --git
a/wcap-decode/COPYING
b/wcap/COPYING
similarity index 100%
rename from
wcap-decode/COPYING
rename to
wcap/COPYING
diff --git
a/wcap-decode/EbmlIDs.h
b/wcap/EbmlIDs.h
similarity index 100%
rename from
wcap-decode/EbmlIDs.h
rename to
wcap/EbmlIDs.h
diff --git
a/wcap-decode/EbmlWriter.c
b/wcap/EbmlWriter.c
similarity index 100%
rename from
wcap-decode/EbmlWriter.c
rename to
wcap/EbmlWriter.c
diff --git
a/wcap-decode/EbmlWriter.h
b/wcap/EbmlWriter.h
similarity index 100%
rename from
wcap-decode/EbmlWriter.h
rename to
wcap/EbmlWriter.h
diff --git
a/wcap-decode/args.c
b/wcap/args.c
similarity index 100%
rename from
wcap-decode/args.c
rename to
wcap/args.c
diff --git
a/wcap-decode/args.h
b/wcap/args.h
similarity index 100%
rename from
wcap-decode/args.h
rename to
wcap/args.h
diff --git
a/wcap-decode/mem_ops.h
b/wcap/mem_ops.h
similarity index 100%
rename from
wcap-decode/mem_ops.h
rename to
wcap/mem_ops.h
diff --git
a/wcap-decode/mem_ops_aligned.h
b/wcap/mem_ops_aligned.h
similarity index 100%
rename from
wcap-decode/mem_ops_aligned.h
rename to
wcap/mem_ops_aligned.h
diff --git
a/wcap-decode/tools_common.c
b/wcap/tools_common.c
similarity index 100%
rename from
wcap-decode/tools_common.c
rename to
wcap/tools_common.c
diff --git
a/wcap-decode/tools_common.h
b/wcap/tools_common.h
similarity index 100%
rename from
wcap-decode/tools_common.h
rename to
wcap/tools_common.h
diff --git
a/wcap-decode/vpx_config.h
b/wcap/vpx_config.h
similarity index 100%
rename from
wcap-decode/vpx_config.h
rename to
wcap/vpx_config.h
diff --git
a/wcap-decode/vpx_timer.h
b/wcap/vpx_timer.h
similarity index 100%
rename from
wcap-decode/vpx_timer.h
rename to
wcap/vpx_timer.h
diff --git
a/wcap-decode/vpxenc.c
b/wcap/vpxenc.c
similarity index 100%
rename from
wcap-decode/vpxenc.c
rename to
wcap/vpxenc.c
diff --git
a/wcap-decode/wcap-decode.c
b/wcap/wcap-decode.c
similarity index 100%
rename from
wcap-decode/wcap-decode.c
rename to
wcap/wcap-decode.c
diff --git
a/wcap-decode/wcap-decode.h
b/wcap/wcap-decode.h
similarity index 100%
rename from
wcap-decode/wcap-decode.h
rename to
wcap/wcap-decode.h
diff --git
a/wcap-decode/y4minput.c
b/wcap/y4minput.c
similarity index 100%
rename from
wcap-decode/y4minput.c
rename to
wcap/y4minput.c
diff --git
a/wcap-decode/y4minput.h
b/wcap/y4minput.h
similarity index 100%
rename from
wcap-decode/y4minput.h
rename to
wcap/y4minput.h