diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-09-22 09:56:33 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-10-01 22:24:17 +0200 |
commit | 81bbce9cf304c93f325b0672b51d65a282c6581f (patch) | |
tree | b02cef181739806e4eeb15e872ad85cc1e3f36e7 /libavutil/Makefile | |
parent | c39916bc2f43eed86f9822b7d6802b8a4f2a86c8 (diff) | |
download | ffmpeg-81bbce9cf304c93f325b0672b51d65a282c6581f.tar.gz |
Move xGA font data from lavc to lavu.
This needs to be accessible for libavfilter in the next commit.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 18a5a63557..318f746446 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -92,6 +92,7 @@ OBJS = adler32.o \ timecode.o \ tree.o \ utils.o \ + xga_font_data.o \ xtea.o \ OBJS-$(HAVE_BROKEN_SNPRINTF) += ../compat/msvcrt/snprintf.o |