Search:

Type: Posts; User: bradley263

Search: Search took 0.00 seconds.

  1. Thanks for that answer, it helped fix the problem...

    Thanks for that answer, it helped fix the problem :)
  2. I have just noticed If I try to build still...

    I have just noticed If I try to build still including the library without using the function or including the header I get an error about the library telling me I must use --pnacl-allow-native
  3. Hi, The error when I include swscale.h and try...

    Hi,

    The error when I include swscale.h and try to use a function in it is

    third_party/include/libswscale/swscale.h:205:60: error: ISO C++ forbids forward references to 'enum' types
    struct...
  4. Thanks for your response. I am including the...

    Thanks for your response.

    I am including the swscale.h header file (by linking the folder which includes third party header files I use). It just errors when building and show some functions in...
  5. iso c++ forbids forward references to 'enum'

    Hi,

    I am still getting to know native code.

    I am trying to include libswscale into my c++ project using extern C like I have already with libavcodec but the compiler complains of an error in...
Results 1 to 5 of 5