Issue #1935 - Update libogg to 1.3.5

I've also added some notes in the update.sh script that should've been
 documented, as well as changed README to README.md which Mozilla
 somehow forgot to do when they updated to 1.3.3...
This commit is contained in:
Job Bautista 2022-06-25 11:31:22 +08:00 • committed by roytam1
commit 9f598a8abc
12 changed files with 622 additions and 236 deletions

6
media/libogg/update.sh Normal file → Executable file
View file

@ -2,12 +2,16 @@
#
# Copies the needed files from a directory containing the original
# libogg source that we need for the Mozilla HTML5 media support.
#
# Before executing this script, make sure you've already ran ./configure
# on the libogg source to ensure config_types.h exists.
cp $1/src/crctable.h ./include/crctable.h
cp $1/include/ogg/config_types.h ./include/ogg/config_types.h
cp $1/include/ogg/ogg.h ./include/ogg/ogg.h
cp $1/include/ogg/os_types.h ./include/ogg/os_types.h
cp $1/CHANGES ./CHANGES
cp $1/COPYING ./COPYING
cp $1/README ./README
cp $1/README.md ./README.md
cp $1/src/bitwise.c ./src/ogg_bitwise.c
cp $1/src/framing.c ./src/ogg_framing.c
cp $1/AUTHORS ./AUTHORS