View | Details | Raw Unified | Return to bug 127010
Collapse All | Expand All

(-)files/patch-ad (-1 / +1 lines)
Lines 52-58 Link Here
52
 if freebsd ; then
52
 if freebsd ; then
53
   _ld_extra="$_ld_extra -L/usr/local/lib"
53
   _ld_extra="$_ld_extra -L/usr/local/lib"
54
-  _inc_extra="$_inc_extra -I/usr/local/include"
54
-  _inc_extra="$_inc_extra -I/usr/local/include"
55
+  _inc_extra="$_inc_extra -I... -I.../libavutil"
55
+  _inc_extra="$_inc_extra -I... -I.../libavutil -I/usr/local/include"
56
 fi
56
 fi
57
 
57
 
58
 if darwin; then
58
 if darwin; then

Return to bug 127010