diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-05-20 23:50:18 +0300 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-05-20 23:50:18 +0300 |
commit | d72541b75cb66afa2135d7753bd799af976f9aea (patch) | |
tree | d534ec0d84ebb8a3160051ab907c643f5adad5dc /Makefile | |
parent | c67d3dfcfc9ae088288af6fab4f4d9d83e9851e0 (diff) | |
download | mpv-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |