You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Set target_path to $(PWD) by default
This simplifies configuring for the most common remote testing setup. Originally committed as revision 21525 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1449,7 +1449,7 @@ CC_O='-o $@'
|
|||||||
host_cflags='-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -O3 -g -Wall'
|
host_cflags='-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -O3 -g -Wall'
|
||||||
host_libs='-lm'
|
host_libs='-lm'
|
||||||
|
|
||||||
target_path='.'
|
target_path='$(PWD)'
|
||||||
|
|
||||||
# gcc stupidly only outputs the basename of targets with -MM, but we need the
|
# gcc stupidly only outputs the basename of targets with -MM, but we need the
|
||||||
# full relative path for objects in subdirectories for non-recursive Make.
|
# full relative path for objects in subdirectories for non-recursive Make.
|
||||||
|
Reference in New Issue
Block a user