wcap: Rename wcap-encode to just wcap
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 25 May 2012 22:03:52 +0000 (18:03 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 25 May 2012 22:03:52 +0000 (18:03 -0400)
20 files changed:
Makefile.am
configure.ac
src/screenshooter.c
wcap/COPYING [moved from wcap-decode/COPYING with 100% similarity]
wcap/EbmlIDs.h [moved from wcap-decode/EbmlIDs.h with 100% similarity]
wcap/EbmlWriter.c [moved from wcap-decode/EbmlWriter.c with 100% similarity]
wcap/EbmlWriter.h [moved from wcap-decode/EbmlWriter.h with 100% similarity]
wcap/args.c [moved from wcap-decode/args.c with 100% similarity]
wcap/args.h [moved from wcap-decode/args.h with 100% similarity]
wcap/mem_ops.h [moved from wcap-decode/mem_ops.h with 100% similarity]
wcap/mem_ops_aligned.h [moved from wcap-decode/mem_ops_aligned.h with 100% similarity]
wcap/tools_common.c [moved from wcap-decode/tools_common.c with 100% similarity]
wcap/tools_common.h [moved from wcap-decode/tools_common.h with 100% similarity]
wcap/vpx_config.h [moved from wcap-decode/vpx_config.h with 100% similarity]
wcap/vpx_timer.h [moved from wcap-decode/vpx_timer.h with 100% similarity]
wcap/vpxenc.c [moved from wcap-decode/vpxenc.c with 100% similarity]
wcap/wcap-decode.c [moved from wcap-decode/wcap-decode.c with 100% similarity]
wcap/wcap-decode.h [moved from wcap-decode/wcap-decode.h with 100% similarity]
wcap/y4minput.c [moved from wcap-decode/y4minput.c with 100% similarity]
wcap/y4minput.h [moved from wcap-decode/y4minput.h with 100% similarity]

index fbc96e6..53eb43c 100644 (file)
@@ -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
index 19bceef..d65848a 100644 (file)
@@ -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])
index e3e8779..da06ae3 100644 (file)
@@ -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;
similarity index 100%
rename from wcap-decode/COPYING
rename to wcap/COPYING
similarity index 100%
rename from wcap-decode/EbmlIDs.h
rename to wcap/EbmlIDs.h
similarity index 100%
rename from wcap-decode/EbmlWriter.c
rename to wcap/EbmlWriter.c
similarity index 100%
rename from wcap-decode/EbmlWriter.h
rename to wcap/EbmlWriter.h
similarity index 100%
rename from wcap-decode/args.c
rename to wcap/args.c
similarity index 100%
rename from wcap-decode/args.h
rename to wcap/args.h
similarity index 100%
rename from wcap-decode/mem_ops.h
rename to wcap/mem_ops.h
similarity index 100%
rename from wcap-decode/vpx_config.h
rename to wcap/vpx_config.h
similarity index 100%
rename from wcap-decode/vpx_timer.h
rename to wcap/vpx_timer.h
similarity index 100%
rename from wcap-decode/vpxenc.c
rename to wcap/vpxenc.c
similarity index 100%
rename from wcap-decode/wcap-decode.c
rename to wcap/wcap-decode.c
similarity index 100%
rename from wcap-decode/wcap-decode.h
rename to wcap/wcap-decode.h
similarity index 100%
rename from wcap-decode/y4minput.c
rename to wcap/y4minput.c
similarity index 100%
rename from wcap-decode/y4minput.h
rename to wcap/y4minput.h