Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove vestiges of V4l1 support #407

Merged
merged 4 commits into from Nov 7, 2021
Merged

Commits on Nov 1, 2021

  1. remove vestiges of V4L1 support

    support removed 2012-07-23 caac2d5
    NB: that commit removed the define from libmythtv.pro
    
    also:
    remove decade old hack 399d84d which is irrelevant because it is now compiled as C++ since afe8de9
    ulmus-scott committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    25ccfb5 View commit details
    Browse the repository at this point in the history
  2. cleanup avformatdecoder includes

    ffmpeg includes in .h need to be before mythtv headers because mythchrono.h uses a #define from ffmpeg
    
    MythTV has not used the linux/ivtv.h header since d78cbcc in 2007.
    The internal header (ivtv_myth.h) was all but deleted in e6ca81c on 2020-02-01.
    ivtv_myth.h is only included by avformatdecoder.cpp, so merge it into avformatdecoder.cpp.
    
    The linux/ivtv.h header is also basically empty as well, now, and references its defines as deprecated in favor of those from linux/videodev2.h
    ulmus-scott committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    9b00bf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f12eb0d View commit details
    Browse the repository at this point in the history
  4. remove USING_IVTV, use equivalent* USING_V4L2 instead

    *these lines were not compiled on FreeBSD.  They should compile.
    However, the cards in question may not work under FreeBSD.
    
    They were disabled 2008-10-14 in 51c9f74
    referencing https://code.mythtv.org/trac/ticket/4751
    ulmus-scott committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    b41fd4b View commit details
    Browse the repository at this point in the history