Ignore:
Timestamp:
4 May 2015, 18:38:08 (10 years ago)
Author:
tech
Message:

Update to HM-16.5.
Starting point for further re-activation of 3D-tools.

Includes:

active:

  • MV-HEVC
  • 3D-HLS (apart from DLT)
  • VSO

inactive:

  • remaining 3D-HEVC tools.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev0/build/linux/lib/TLibEncoder/makefile

    r608 r1200  
    1717USER_LIB_DIRS   =
    1818
     19ifeq ($(HIGHBITDEPTH), 1)
     20HBD=HighBitDepth
     21else
     22HBD=
     23endif
     24
    1925# intermediate directory for object files
    20 OBJ_DIR                 = ./objects
     26OBJ_DIR                 = ./objects$(HBD)
    2127
    2228# the library name
    23 PRJ_NAME                = TLibEncoder
     29PRJ_NAME                = TLibEncoder$(HBD)
    2430
    2531# version information
     
    3440OBJS            = \
    3541                        $(OBJ_DIR)/NALwrite.o \
     42                        $(OBJ_DIR)/SEIEncoder.o \
    3643                        $(OBJ_DIR)/SEIwrite.o \
    3744                        $(OBJ_DIR)/SyntaxElementWriter.o \
     
    3946                        $(OBJ_DIR)/TEncBinCoderCABACCounter.o \
    4047                        $(OBJ_DIR)/TEncSampleAdaptiveOffset.o \
    41                         $(OBJ_DIR)/TEncAnalyze.o \
    4248                        $(OBJ_DIR)/TEncCavlc.o \
    4349                        $(OBJ_DIR)/TEncCu.o \
Note: See TracChangeset for help on using the changeset viewer.