Browse Source

build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()

tags/n1.1
Diego Biurrun 12 years ago
parent
commit
92fec47d69
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/Makefile

+ 1
- 1
libavformat/Makefile View File

@@ -24,7 +24,7 @@ OBJS = allformats.o \
OBJS-$(CONFIG_NETWORK) += network.o

# muxers/demuxers
OBJS-$(CONFIG_A64_MUXER) += a64.o
OBJS-$(CONFIG_A64_MUXER) += a64.o rawenc.o
OBJS-$(CONFIG_AAC_DEMUXER) += aacdec.o rawdec.o
OBJS-$(CONFIG_AC3_DEMUXER) += ac3dec.o rawdec.o
OBJS-$(CONFIG_AC3_MUXER) += rawenc.o


Loading…
Cancel
Save