diff options
author | ZhouXiaoyong <zhouxiaoyong@loongson.cn> | 2015-04-27 10:40:29 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-27 14:10:28 +0200 |
commit | 4a7b50679db3a3c902d459745f2f1f622e27eab6 (patch) | |
tree | 8a22e8aa1290077d33063ff9b15861e6f5b01737 /Makefile | |
parent | 8a03d428f1759a7d3af505ab747662747360ea60 (diff) | |
download | ffmpeg-streaming-4a7b50679db3a3c902d459745f2f1f622e27eab6.zip ffmpeg-streaming-4a7b50679db3a3c902d459745f2f1f622e27eab6.tar.gz |
makefile: add Loongson-3 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \ ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \ ALTIVEC-OBJS MMX-OBJS YASM-OBJS \ MIPSFPU-OBJS MIPSDSPR2-OBJS MIPSDSPR1-OBJS MSA-OBJS \ - OBJS SLIBOBJS HOSTOBJS TESTOBJS + LOONGSON3-OBJS OBJS SLIBOBJS HOSTOBJS TESTOBJS define RESET $(1) := |