Changeset 1200 in 3DVCSoftware for branches/HTM-14.1-update-dev0/build/linux/lib/TLibEncoder
- Timestamp:
- 4 May 2015, 18:38:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev0/build/linux/lib/TLibEncoder/makefile
r608 r1200 17 17 USER_LIB_DIRS = 18 18 19 ifeq ($(HIGHBITDEPTH), 1) 20 HBD=HighBitDepth 21 else 22 HBD= 23 endif 24 19 25 # intermediate directory for object files 20 OBJ_DIR = ./objects 26 OBJ_DIR = ./objects$(HBD) 21 27 22 28 # the library name 23 PRJ_NAME = TLibEncoder 29 PRJ_NAME = TLibEncoder$(HBD) 24 30 25 31 # version information … … 34 40 OBJS = \ 35 41 $(OBJ_DIR)/NALwrite.o \ 42 $(OBJ_DIR)/SEIEncoder.o \ 36 43 $(OBJ_DIR)/SEIwrite.o \ 37 44 $(OBJ_DIR)/SyntaxElementWriter.o \ … … 39 46 $(OBJ_DIR)/TEncBinCoderCABACCounter.o \ 40 47 $(OBJ_DIR)/TEncSampleAdaptiveOffset.o \ 41 $(OBJ_DIR)/TEncAnalyze.o \42 48 $(OBJ_DIR)/TEncCavlc.o \ 43 49 $(OBJ_DIR)/TEncCu.o \
Note: See TracChangeset for help on using the changeset viewer.