Changeset 975 in SHVCSoftware for branches/SHM-upgrade/build/linux
- Timestamp:
- 9 Jan 2015, 00:26:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/build/linux/makefile
r918 r975 65 65 $(MAKE) -C lib/TLibDecoder MM32=$(M32) HIGHBITDEPTH=1 66 66 $(MAKE) -C lib/TLibEncoder MM32=$(M32) HIGHBITDEPTH=1 67 $(MAKE) -C app/TAppDownConvertMM32=$(M32) HIGHBITDEPTH=167 $(MAKE) -C app/TAppDownConvert MM32=$(M32) HIGHBITDEPTH=1 68 68 $(MAKE) -C lib/TAppCommon MM32=$(M32) HIGHBITDEPTH=1 69 69 $(MAKE) -C app/TAppDecoder MM32=$(M32) HIGHBITDEPTH=1 … … 77 77 $(MAKE) -C lib/TLibDecoder debug MM32=$(M32) HIGHBITDEPTH=1 78 78 $(MAKE) -C lib/TLibEncoder debug MM32=$(M32) HIGHBITDEPTH=1 79 79 $(MAKE) -C app/TAppDownConvert debug MM32=$(M32) HIGHBITDEPTH=1 80 80 $(MAKE) -C lib/TAppCommon debug MM32=$(M32) HIGHBITDEPTH=1 81 81 $(MAKE) -C app/TAppDecoder debug MM32=$(M32) HIGHBITDEPTH=1 … … 89 89 $(MAKE) -C lib/TLibDecoder release MM32=$(M32) HIGHBITDEPTH=1 90 90 $(MAKE) -C lib/TLibEncoder release MM32=$(M32) HIGHBITDEPTH=1 91 91 $(MAKE) -C app/TAppDownConvert release MM32=$(M32) HIGHBITDEPTH=1 92 92 $(MAKE) -C lib/TAppCommon release MM32=$(M32) HIGHBITDEPTH=1 93 93 $(MAKE) -C app/TAppDecoder release MM32=$(M32) HIGHBITDEPTH=1 … … 101 101 $(MAKE) -C lib/TLibDecoder clean MM32=$(M32) HIGHBITDEPTH=1 102 102 $(MAKE) -C lib/TLibEncoder clean MM32=$(M32) HIGHBITDEPTH=1 103 103 $(MAKE) -C app/TAppDownConvert clean MM32=$(M32) HIGHBITDEPTH=1 104 104 $(MAKE) -C lib/TAppCommon clean MM32=$(M32) HIGHBITDEPTH=1 105 105 $(MAKE) -C app/TAppDecoder clean MM32=$(M32) HIGHBITDEPTH=1
Note: See TracChangeset for help on using the changeset viewer.