Skip to content
  • Fergus Simpson's avatar
    bitstream-dbg: Add missing include to decodeframe · 350a9b76
    Fergus Simpson authored
    If daala_ec is disabled while bistream_debug is enabled, decodeframe.c
    fails to compile due to aom_util/debug_util.h not being included
    directly.
    
    This patch just adds the missing include so that decodeframe.c will
    still build with bitstream_debug enabled and daala_ec disabled.
    
    Change-Id: I2e7eebdd17431a804be5b00239a9ae581e73f731
    350a9b76