diff options
Diffstat (limited to 'libav/Makefile')
-rw-r--r-- | libav/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libav/Makefile b/libav/Makefile index eb11986c25..1a535ffb96 100644 --- a/libav/Makefile +++ b/libav/Makefile @@ -33,6 +33,10 @@ ifeq ($(CONFIG_NETWORK),yes) OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o endif +ifeq ($(CONFIG_VORBIS),yes) +OBJS+= ogg.o +endif + LIB= libavformat.a all: $(LIB) |