summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-05-20 23:50:18 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-05-20 23:50:18 +0300
commitd72541b75cb66afa2135d7753bd799af976f9aea (patch)
treed534ec0d84ebb8a3160051ab907c643f5adad5dc /Makefile
parentc67d3dfcfc9ae088288af6fab4f4d9d83e9851e0 (diff)
downloadmpv-d72541b75cb66afa2135d7753bd799af976f9aea.tar.bz2
mpv-d72541b75cb66afa2135d7753bd799af976f9aea.tar.xz
bstr.[ch]: add new files for struct bstr related functionality
Move "struct bstr" definition from ebml.h to its own header and add some utility functions/macros. Change length field type from int to size_t and adjust using code accordingly. Partially based on a patch from Anton Khirnov.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d9cb34d0a3..cb45df4f1c 100644
--- a/Makefile
+++ b/Makefile
@@ -331,6 +331,7 @@ SRCS_COMMON-$(ZR) += libmpcodecs/vd_zrmjpeg.c \
libmpcodecs/vf_zrmjpeg.c
SRCS_COMMON = asxparser.c \
av_log.c \
+ bstr.c \
codec-cfg.c \
cpudetect.c \
defaultopts.c \