diff options
author | John Koleszar <jkoleszar@google.com> | 2012-05-02 16:37:37 -0700 |
---|---|---|
committer | John Koleszar <jkoleszar@google.com> | 2012-05-04 10:44:46 -0700 |
commit | 2bf8fb58894da0136cd6d97236241e0692cb34c8 (patch) | |
tree | ce10ddd301c568c6f44d9a3511368eeef31695c9 /docs.mk | |
parent | f039a85fd820f9f010d32dd45fc82dddc3263783 (diff) | |
download | libvpx-2bf8fb58894da0136cd6d97236241e0692cb34c8.tar.gz |
remove deprecated pre-v0.9.0 API
Remove a bunch of compatibility code dating back to before the initial
libvpx release.
Change-Id: Ie50b81e7d665955bec3d692cd6521c9583e85ca3
Diffstat (limited to 'docs.mk')
-rw-r--r-- | docs.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -21,9 +21,6 @@ CODEC_DOX := mainpage.dox \ usage_dx.dox \ # Other doxy files sourced in Markdown -TXT_DOX-$(CONFIG_VP8) += vp8_api1_migration.dox -vp8_api1_migration.dox.DESC = VP8 API 1.x Migration - TXT_DOX = $(call enabled,TXT_DOX) %.dox: %.txt |