diff options
Diffstat (limited to 'package/mplayer')
-rw-r--r-- | package/mplayer/mplayer.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk index 3634600a6..ee9dd0d04 100644 --- a/package/mplayer/mplayer.mk +++ b/package/mplayer/mplayer.mk @@ -38,7 +38,7 @@ $(MPLAYER_DIR)/.configured: $(MPLAYER_DIR)/.unpacked --host-cc=$(HOSTCC) \ --cc=$(TARGET_CC) \ --as=$(TARGET_CROSS)as \ - --with-extraincdir=$(STAGING_DIR)/include \ + --with-extraincdir=$(STAGING_DIR)/usr/include \ --with-extralibdir=$(STAGING_DIR)/lib \ --enable-mad \ --enable-fbdev \ |