Browse Source

Merge commit '58170b027144f4840018c7a60fb8d07924cc6242'

* commit '58170b027144f4840018c7a60fb8d07924cc6242':
  lavc: Add missing #includes for ff_dlog()

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
tags/n3.0
Hendrik Leppkes 10 years ago
parent
commit
3e337f0e40
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/ac3enc.c

+ 1
- 0
libavcodec/ac3enc.c View File

@@ -43,6 +43,7 @@
#include "ac3dsp.h"
#include "ac3.h"
#include "fft.h"
#include "internal.h"
#include "ac3enc.h"
#include "eac3enc.h"



Loading…
Cancel
Save