summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ef2b152a11..4d0320be15 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -68,6 +68,9 @@ endif
ifeq ($(CONFIG_FLAC_DECODER),yes)
OBJS+= flac.o
endif
+ifeq ($(CONFIG_FLAC_ENCODER),yes)
+ OBJS+= flacenc.o
+endif
ifeq ($(CONFIG_FLIC_DECODER),yes)
OBJS+= flicvideo.o
endif