diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-01-09 23:15:14 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-01-18 20:29:53 +0100 |
commit | ef5d41a5534b65f03d02f2e11a503ab8416bfc3b (patch) | |
tree | 91c6e92aaf79dfc12014b890c3c1ca7a10b3c949 /libavutil/x86/x86util.asm | |
parent | 6d1114a806afc1f37e2f6b7f58bbe07e60bb6897 (diff) | |
download | ffmpeg-ef5d41a5534b65f03d02f2e11a503ab8416bfc3b.tar.gz |
x86inc: Rename "program_name" to "private_prefix"
The new name is more descriptive and will allow defining a separate
public prefix for externally visible library symbols.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavutil/x86/x86util.asm')
-rw-r--r-- | libavutil/x86/x86util.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/x86/x86util.asm b/libavutil/x86/x86util.asm index 551c40a4b5..40738c9c4c 100644 --- a/libavutil/x86/x86util.asm +++ b/libavutil/x86/x86util.asm @@ -23,7 +23,7 @@ ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;****************************************************************************** -%define program_name ff +%define private_prefix ff %define cpuflags_mmxext cpuflags_mmx2 %include "libavutil/x86/x86inc.asm" |