mirror of
https://github.com/mpv-player/mpv
synced 2025-03-08 15:18:00 +00:00
Use explicit header location, don't use CFLAGS for simple subdirectories.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22605 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ec62af965e
commit
5f92d26132
@ -147,8 +147,7 @@ SRCS_MENCODER-$(TWOLAME) += ae_twolame.c
|
||||
SRCS_MENCODER-$(MP3LAME) += ae_lame.c
|
||||
|
||||
|
||||
CFLAGS = -Inative \
|
||||
-I../libmpdemux \
|
||||
CFLAGS = -I../libmpdemux \
|
||||
-I../stream \
|
||||
|
||||
CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil
|
||||
|
@ -16,7 +16,7 @@ static ad_info_t info =
|
||||
|
||||
LIBAD_EXTERN(alaw)
|
||||
|
||||
#include "alaw.h"
|
||||
#include "native/alaw.h"
|
||||
|
||||
static int init(sh_audio_t *sh_audio)
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ static ad_info_t info =
|
||||
|
||||
LIBAD_EXTERN(msgsm)
|
||||
|
||||
#include "xa_gsm.h"
|
||||
#include "native/xa_gsm.h"
|
||||
|
||||
static int init(sh_audio_t *sh_audio)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user