From 4116cbeaf50e6b648f9e9c6c54d80719f687eef8 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <cehoyos@ag.or.at>
Date: Sat, 3 May 2014 08:51:27 +0200
Subject: [PATCH] Fix oga muxer standalone compilation.

---
 libavcodec/Makefile  | 1 +
 libavformat/Makefile | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index d6ed5e2c025..f43980615a8 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -673,6 +673,7 @@ OBJS-$(CONFIG_MPEGTS_MUXER)            += mpeg4audio.o
 OBJS-$(CONFIG_MPEGTS_DEMUXER)          += mpeg4audio.o mpegaudiodata.o
 OBJS-$(CONFIG_MXF_MUXER)               += dnxhddata.o
 OBJS-$(CONFIG_NUT_MUXER)               += mpegaudiodata.o
+OBJS-$(CONFIG_OGA_MUXER)               += xiph.o flac.o flacdata.o
 OBJS-$(CONFIG_OGG_DEMUXER)             += xiph.o flac.o flacdata.o     \
                                           mpeg12data.o vorbis_parser.o \
                                           dirac.o vorbis_data.o
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 2b78e73e623..457a69f9142 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -272,6 +272,8 @@ OBJS-$(CONFIG_OGG_DEMUXER)               += oggdec.o         \
                                             replaygain.o     \
                                             vorbiscomment.o  \
                                             flac_picture.o
+OBJS-$(CONFIG_OGA_MUXER)                 += oggenc.o \
+                                            vorbiscomment.o
 OBJS-$(CONFIG_OGG_MUXER)                 += oggenc.o \
                                             vorbiscomment.o
 OBJS-$(CONFIG_OMA_DEMUXER)               += omadec.o pcm.o oma.o
-- 
GitLab