Skip to content

Commit

Permalink
Update swresample.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Jun 19, 2024
1 parent c8db9fc commit 3ebb081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MobileFFmpeg/libswresample/swresample.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@
#include "../libavutil/frame.h"
#include "../libavutil/samplefmt.h"

#include "libswresample/version_major.h"
#include "../libswresample/version_major.h"
#ifndef HAVE_AV_CONFIG_H
/* When included as part of the ffmpeg build, only include the major version
* to avoid unnecessary rebuilds. When included externally, keep including
* the full version information. */
#include "libswresample/version.h"
#include "../libswresample/version.h"
#endif

/**
Expand Down

0 comments on commit 3ebb081

Please sign in to comment.