Linux VLC FAQ

From VideoLAN Wiki
Revision as of 14:19, 3 November 2005 by Lucgallant (talk | contribs) (Compiling problems)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Q.- I am trying to compile VLC and i'm getting the errors "Missing header file ffmpeg/avcodec.h" and/or "Missing header file postproc/postprocess.h"

A. To get rid of these problems while compiling, run configure with these flags at least: ./configure --enable-shared --enable-shared-pp --enable-pp --enable-gpl

The description of each of those is available when doing ./configure --help