shithub: opusfile

Download patch

ref: 96891891c967788e065280fbd2535a8ee3af6e0b
parent: d0c82543d55f1f5938460022777301b8de023bc9
author: Chocobo1 <Chocobo1@users.noreply.github.com>
date: Sun Jul 31 06:10:56 EDT 2016

Modernize README

Adopt markdown format

--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
 
 AM_CFLAGS = -I$(top_srcdir)/include $(DEPS_CFLAGS)
 
-dist_doc_DATA = COPYING AUTHORS README.txt
+dist_doc_DATA = COPYING AUTHORS README.md
 
 opusincludedir = ${includedir}/opus
 opusinclude_HEADERS = include/opusfile.h
--- /dev/null
+++ b/README.md
@@ -1,0 +1,14 @@
+# Opusfile
+
+The opusfile and opusurl libraries provide a high-level API for
+decoding and seeking within .opus files on disk or over http(s).
+
+opusfile depends on libopus and libogg.
+opusurl depends on opusfile and openssl.
+
+The library is functional, but there are likely issues
+we didn't find in our own testing. Please give feedback
+in #opus on irc.freenode.net or at opus@xiph.org.
+
+Programming documentation is available in tree and online at
+https://opus-codec.org/docs/
--- a/README.txt
+++ /dev/null
@@ -1,14 +1,0 @@
-## Opusfile ##
-
-The opusfile and opusurl libraries provide a high-level API for
-decoding and seeking within .opus files on disk or over http(s).
-
-opusfile depends on libopus and libogg.
-opusurl depends on opusfile and openssl.
-
-The library is functional, but there are likely issues
-we didn't find in our own testing. Please give feedback
-in #opus on irc.freenode.net or at opus@xiph.org.
-
-Programming documentation is available in tree and online at
-https://opus-codec.org/docs/