Search:

Type: Posts; User: stevenHu

Search: Search took 0.06 seconds.

  1. It's not this file that cause the problem

    It's not this file that cause the problem,but another file...
    There is another file 'sllice.h' use the forward declaration as:


    #ifndef X265_SLICE_H
    #define X265_SLICE_H


    #include "common.h"
  2. forward declaration error reported by llvm-gcc-4.2

    When I use llvm-gcc-4.2 within Xcode4.6.3 to compile 'x265' sources, it reported a strange error: ./source/encoder/reference.h:38:error: forward declaration of 'class x265::MotionReference'.However,...
Results 1 to 2 of 2