ShiftMediaProject / FFVS-Project-Generator

A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.
GNU Lesser General Public License v2.1
175 stars 76 forks source link

Cannot find GL & SDL even after putting them , please help #65

Closed DibyaXPP closed 8 months ago

DibyaXPP commented 8 months ago

FFmpeg Version

Command Line

Just ran smp_project_generate_lgpl3.bat ## Your Environment

I have created msvc folder , and put include directory with GL as advised direct_structure

Sibras commented 8 months ago

From the readme:

so your FFmpeg folder needs to be within a folder names "source"

DibyaXPP commented 8 months ago

I did put FFmpeg inside source folder, unfortunately it said it couldn't find FFMPEG source

Sibras commented 8 months ago

Ive added to the scripts in the master branch so that they search for ffmpeg in additional locations. Tjis should fix ffmpeg not being found with your directoty layout.

DibyaXPP commented 8 months ago

Thanks a lot ,