]> granicus.if.org Git - libvpx/commitdiff
move nestegg to third_party
authorJames Zern <jzern@google.com>
Fri, 21 Feb 2014 04:26:53 +0000 (20:26 -0800)
committerJames Zern <jzern@google.com>
Sat, 22 Feb 2014 01:16:04 +0000 (17:16 -0800)
Change-Id: Idf58109195a88dec66c5e1ea6a51c61e6c659ff1

21 files changed:
examples.mk
test/test.mk
test/webm_video_source.h
third_party/nestegg/0001-include-paths.diff [moved from nestegg/0001-include-paths.diff with 87% similarity]
third_party/nestegg/0002-ne_read_simple-uninitialized_variable.diff [moved from nestegg/0002-ne_read_simple-uninitialized_variable.diff with 100% similarity]
third_party/nestegg/AUTHORS [moved from nestegg/AUTHORS with 100% similarity]
third_party/nestegg/INSTALL [moved from nestegg/INSTALL with 100% similarity]
third_party/nestegg/LICENSE [moved from nestegg/LICENSE with 100% similarity]
third_party/nestegg/README [moved from nestegg/README with 100% similarity]
third_party/nestegg/README.webm [moved from nestegg/README.webm with 100% similarity]
third_party/nestegg/TODO [moved from nestegg/TODO with 100% similarity]
third_party/nestegg/halloc/README [moved from nestegg/halloc/README with 100% similarity]
third_party/nestegg/halloc/halloc.h [moved from nestegg/halloc/halloc.h with 100% similarity]
third_party/nestegg/halloc/src/align.h [moved from nestegg/halloc/src/align.h with 100% similarity]
third_party/nestegg/halloc/src/halloc.c [moved from nestegg/halloc/src/halloc.c with 98% similarity]
third_party/nestegg/halloc/src/hlist.h [moved from nestegg/halloc/src/hlist.h with 100% similarity]
third_party/nestegg/halloc/src/macros.h [moved from nestegg/halloc/src/macros.h with 100% similarity]
third_party/nestegg/include/nestegg/nestegg.h [moved from nestegg/include/nestegg/nestegg.h with 100% similarity]
third_party/nestegg/src/nestegg.c [moved from nestegg/src/nestegg.c with 99% similarity]
third_party/nestegg/test/test.c [moved from nestegg/test/test.c with 100% similarity]
webmdec.c

index 40756e1824edad53f50ff63503b351b3b81339ae..18530bbe836a6bcd90f351489a8bac3bc9c78f7e 100644 (file)
@@ -26,13 +26,13 @@ vpxdec.SRCS                 += ivfdec.c ivfdec.h
 vpxdec.SRCS                 += tools_common.c tools_common.h
 vpxdec.SRCS                 += webmdec.c webmdec.h
 vpxdec.SRCS                 += y4menc.c y4menc.h
-vpxdec.SRCS                 += nestegg/halloc/halloc.h
-vpxdec.SRCS                 += nestegg/halloc/src/align.h
-vpxdec.SRCS                 += nestegg/halloc/src/halloc.c
-vpxdec.SRCS                 += nestegg/halloc/src/hlist.h
-vpxdec.SRCS                 += nestegg/halloc/src/macros.h
-vpxdec.SRCS                 += nestegg/include/nestegg/nestegg.h
-vpxdec.SRCS                 += nestegg/src/nestegg.c
+vpxdec.SRCS                 += third_party/nestegg/halloc/halloc.h
+vpxdec.SRCS                 += third_party/nestegg/halloc/src/align.h
+vpxdec.SRCS                 += third_party/nestegg/halloc/src/halloc.c
+vpxdec.SRCS                 += third_party/nestegg/halloc/src/hlist.h
+vpxdec.SRCS                 += third_party/nestegg/halloc/src/macros.h
+vpxdec.SRCS                 += third_party/nestegg/include/nestegg/nestegg.h
+vpxdec.SRCS                 += third_party/nestegg/src/nestegg.c
 vpxdec.SRCS                 += $(LIBYUV_SRCS)
 vpxdec.GUID                  = BA5FE66F-38DD-E034-F542-B1578C5FB950
 vpxdec.DESCRIPTION           = Full featured decoder
index cabfc678d07ad898d8ae36fdfec71836b4fcfdd0..38628757a9f173d90e00fb624cc48f1bcc5aa381 100644 (file)
@@ -39,12 +39,12 @@ LIBVPX_TEST_SRCS-$(CONFIG_DECODERS)    += ivf_video_source.h
 LIBVPX_TEST_SRCS-$(CONFIG_VP9_DECODER) += external_frame_buffer_test.cc
 
 ## WebM Parsing
-NESTEGG_SRCS                           += ../nestegg/halloc/halloc.h
-NESTEGG_SRCS                           += ../nestegg/halloc/src/align.h
-NESTEGG_SRCS                           += ../nestegg/halloc/src/halloc.c
-NESTEGG_SRCS                           += ../nestegg/halloc/src/hlist.h
-NESTEGG_SRCS                           += ../nestegg/include/nestegg/nestegg.h
-NESTEGG_SRCS                           += ../nestegg/src/nestegg.c
+NESTEGG_SRCS                           += ../third_party/nestegg/halloc/halloc.h
+NESTEGG_SRCS                           += ../third_party/nestegg/halloc/src/align.h
+NESTEGG_SRCS                           += ../third_party/nestegg/halloc/src/halloc.c
+NESTEGG_SRCS                           += ../third_party/nestegg/halloc/src/hlist.h
+NESTEGG_SRCS                           += ../third_party/nestegg/include/nestegg/nestegg.h
+NESTEGG_SRCS                           += ../third_party/nestegg/src/nestegg.c
 LIBVPX_TEST_SRCS-$(CONFIG_DECODERS)    += $(NESTEGG_SRCS)
 LIBVPX_TEST_SRCS-$(CONFIG_DECODERS)    += webm_video_source.h
 
index 4dcf4dc978721fd6a2498d3857407cf2757f7f20..9d88ae3608f98931b07c5ab173db11f7ad396643 100644 (file)
@@ -14,7 +14,7 @@
 #include <cstdlib>
 #include <new>
 #include <string>
-#include "nestegg/include/nestegg/nestegg.h"
+#include "third_party/nestegg/include/nestegg/nestegg.h"
 #include "test/video_source.h"
 
 namespace libvpx_test {
similarity index 87%
rename from nestegg/0001-include-paths.diff
rename to third_party/nestegg/0001-include-paths.diff
index b6e07ae1232de717d8202a7cb0898ee430395d10..a704ebdcd525ad5bd6e234d3f451034c3f014402 100644 (file)
@@ -7,7 +7,7 @@ index 5758fc0..837b3ff 100644
  #include <string.h>  /* memset & co */
  
 -#include "halloc.h"
-+#include "nestegg/halloc/halloc.h"
++#include "third_party/nestegg/halloc/halloc.h"
  #include "align.h"
  #include "hlist.h"
  
@@ -34,8 +34,8 @@ index daf1eed..4fb10e7 100644
  
 -#include "halloc.h"
 -#include "nestegg/nestegg.h"
-+#include "nestegg/halloc/halloc.h"
-+#include "nestegg/include/nestegg/nestegg.h"
++#include "third_party/nestegg/halloc/halloc.h"
++#include "third_party/nestegg/include/nestegg/nestegg.h"
  
  /* EBML Elements */
  #define ID_EBML                 0x1a45dfa3
similarity index 100%
rename from nestegg/AUTHORS
rename to third_party/nestegg/AUTHORS
similarity index 100%
rename from nestegg/INSTALL
rename to third_party/nestegg/INSTALL
similarity index 100%
rename from nestegg/LICENSE
rename to third_party/nestegg/LICENSE
similarity index 100%
rename from nestegg/README
rename to third_party/nestegg/README
similarity index 100%
rename from nestegg/TODO
rename to third_party/nestegg/TODO
similarity index 98%
rename from nestegg/halloc/src/halloc.c
rename to third_party/nestegg/halloc/src/halloc.c
index 837b3ff011b2b8c9745d676747d5163c179545c1..8860d736a54a5ff1f6a58a6aeb82177310dd09b9 100644 (file)
@@ -15,7 +15,7 @@
 #include <stdlib.h>  /* realloc */
 #include <string.h>  /* memset & co */
 
-#include "nestegg/halloc/halloc.h"
+#include "third_party/nestegg/halloc/halloc.h"
 #include "align.h"
 #include "hlist.h"
 
similarity index 99%
rename from nestegg/src/nestegg.c
rename to third_party/nestegg/src/nestegg.c
index b6bc460939ac6774ed8fbae03a115415211a7190..30e0e2bb8d6054d47dc7f777926d08aba49099ad 100644 (file)
@@ -8,8 +8,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "nestegg/halloc/halloc.h"
-#include "nestegg/include/nestegg/nestegg.h"
+#include "third_party/nestegg/halloc/halloc.h"
+#include "third_party/nestegg/include/nestegg/nestegg.h"
 
 /* EBML Elements */
 #define ID_EBML                 0x1a45dfa3
index 081d57ab803381f3dbbf657870b4617ebdd0cfc8..7cacdf922e89f89b87bc81f7689e110fa93a26f0 100644 (file)
--- a/webmdec.c
+++ b/webmdec.c
@@ -12,7 +12,7 @@
 
 #include <stdarg.h>
 
-#include "nestegg/include/nestegg/nestegg.h"
+#include "third_party/nestegg/include/nestegg/nestegg.h"
 
 static int nestegg_read_cb(void *buffer, size_t length, void *userdata) {
   FILE *f = userdata;