From 2bcb2fc1fdda6f261ccbce795b2a81a9b96fc13b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 25 May 2012 18:03:52 -0400 Subject: [PATCH] wcap: Rename wcap-encode to just wcap --- Makefile.am | 2 +- configure.ac | 2 +- src/screenshooter.c | 2 +- {wcap-decode => wcap}/COPYING | 0 {wcap-decode => wcap}/EbmlIDs.h | 0 {wcap-decode => wcap}/EbmlWriter.c | 0 {wcap-decode => wcap}/EbmlWriter.h | 0 {wcap-decode => wcap}/args.c | 0 {wcap-decode => wcap}/args.h | 0 {wcap-decode => wcap}/mem_ops.h | 0 {wcap-decode => wcap}/mem_ops_aligned.h | 0 {wcap-decode => wcap}/tools_common.c | 0 {wcap-decode => wcap}/tools_common.h | 0 {wcap-decode => wcap}/vpx_config.h | 0 {wcap-decode => wcap}/vpx_timer.h | 0 {wcap-decode => wcap}/vpxenc.c | 0 {wcap-decode => wcap}/wcap-decode.c | 0 {wcap-decode => wcap}/wcap-decode.h | 0 {wcap-decode => wcap}/y4minput.c | 0 {wcap-decode => wcap}/y4minput.h | 0 20 files changed, 3 insertions(+), 3 deletions(-) rename {wcap-decode => wcap}/COPYING (100%) rename {wcap-decode => wcap}/EbmlIDs.h (100%) rename {wcap-decode => wcap}/EbmlWriter.c (100%) rename {wcap-decode => wcap}/EbmlWriter.h (100%) rename {wcap-decode => wcap}/args.c (100%) rename {wcap-decode => wcap}/args.h (100%) rename {wcap-decode => wcap}/mem_ops.h (100%) rename {wcap-decode => wcap}/mem_ops_aligned.h (100%) rename {wcap-decode => wcap}/tools_common.c (100%) rename {wcap-decode => wcap}/tools_common.h (100%) rename {wcap-decode => wcap}/vpx_config.h (100%) rename {wcap-decode => wcap}/vpx_timer.h (100%) rename {wcap-decode => wcap}/vpxenc.c (100%) rename {wcap-decode => wcap}/wcap-decode.c (100%) rename {wcap-decode => wcap}/wcap-decode.h (100%) rename {wcap-decode => wcap}/y4minput.c (100%) rename {wcap-decode => wcap}/y4minput.h (100%) diff --git a/Makefile.am b/Makefile.am index fbc96e6..53eb43c 100644 --- 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 --- 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 --- 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 -- 2.7.4