wcap: Rename wcap-encode to just wcap

Kristian Høgsberg 12 years ago
parent b0be6075ca
commit 2bcb2fc1fd
  1. 2
      Makefile.am
  2. 2
      configure.ac
  3. 2
      src/screenshooter.c
  4. 0
      wcap/COPYING
  5. 0
      wcap/EbmlIDs.h
  6. 0
      wcap/EbmlWriter.c
  7. 0
      wcap/EbmlWriter.h
  8. 0
      wcap/args.c
  9. 0
      wcap/args.h
  10. 0
      wcap/mem_ops.h
  11. 0
      wcap/mem_ops_aligned.h
  12. 0
      wcap/tools_common.c
  13. 0
      wcap/tools_common.h
  14. 0
      wcap/vpx_config.h
  15. 0
      wcap/vpx_timer.h
  16. 0
      wcap/vpxenc.c
  17. 0
      wcap/wcap-decode.c
  18. 0
      wcap/wcap-decode.h
  19. 0
      wcap/y4minput.c
  20. 0
      wcap/y4minput.h

@ -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

@ -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])

@ -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;

Loading…
Cancel
Save